Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==2.0.2
|
| 2 |
+
pandas==2.2.2
|
| 3 |
+
scikit-learn==1.6.1
|
| 4 |
+
scipy==1.16.2
|
| 5 |
+
autogluon==1.4.0
|
| 6 |
+
xgboost==3.0.5
|
| 7 |
+
torch==2.7.1
|
| 8 |
+
gradio==5.46.0
|
| 9 |
+
huggingface_hub==0.35.0
|
| 10 |
+
datasets==4.0.0
|