Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 10 |
+
prophet==1.1.5
|
| 11 |
+
neuralprophet==0.8.0
|