Spaces:
Running
Running
Commit ·
2d605d1
1
Parent(s): a607ab6
chore: relax pandas version to avoid source compilation timeout
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ plotly==5.22.0
|
|
| 2 |
scikit-learn==1.5.0
|
| 3 |
gradio==5.15.0
|
| 4 |
huggingface_hub==0.28.1
|
| 5 |
-
pandas=
|
| 6 |
openpyxl==3.1.2
|
| 7 |
pydantic==2.7.1
|
| 8 |
fastapi==0.115.8
|
|
|
|
| 2 |
scikit-learn==1.5.0
|
| 3 |
gradio==5.15.0
|
| 4 |
huggingface_hub==0.28.1
|
| 5 |
+
pandas>=2.0.0
|
| 6 |
openpyxl==3.1.2
|
| 7 |
pydantic==2.7.1
|
| 8 |
fastapi==0.115.8
|