Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
|
@@ -1,12 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
uvicorn[standard]==0.30.6
|
| 3 |
pydantic==2.8.2
|
| 4 |
httpx==0.27.0
|
| 5 |
pandas==2.2.2
|
| 6 |
scikit-learn==1.5.1
|
| 7 |
-
prophet==1.1.5
|
| 8 |
-
neuralprophet==0.8.0
|
| 9 |
numpy==1.26.4
|
| 10 |
SQLAlchemy==2.0.32
|
| 11 |
python-dotenv==1.0.1
|
| 12 |
-
huggingface_hub==0.24.6
|
|
|
|
| 1 |
+
gradio>=4.30,<5
|
|
|
|
| 2 |
pydantic==2.8.2
|
| 3 |
httpx==0.27.0
|
| 4 |
pandas==2.2.2
|
| 5 |
scikit-learn==1.5.1
|
|
|
|
|
|
|
| 6 |
numpy==1.26.4
|
| 7 |
SQLAlchemy==2.0.32
|
| 8 |
python-dotenv==1.0.1
|
| 9 |
+
huggingface_hub==0.24.6
|