Spaces:
Sleeping
Sleeping
devjas1
commited on
Commit
·
4bd2fee
1
Parent(s):
ec20219
(DEPLOY): added missing requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
altair==5.5.0
|
| 2 |
+
fastapi==0.116.1
|
| 3 |
+
huggingface-hub==0.33.4
|
| 4 |
+
numpy==2.0.1
|
| 5 |
+
pandas==2.2.3
|
| 6 |
+
pydantic==2.11.7
|
| 7 |
+
scikit-learn==1.6.1
|
| 8 |
+
scipy==1.15.3
|
| 9 |
+
streamlit==1.46.1
|
| 10 |
+
torch==2.5.1
|
| 11 |
+
torchvision==0.20.1
|
| 12 |
+
uvicorn==0.35.0
|
| 13 |
+
matplotlib
|