Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
gradio==5.46.1
|
| 2 |
pandas==2.2.2
|
| 3 |
-
numpy==
|
|
|
|
| 4 |
scikit-learn==1.6.1
|
| 5 |
catboost==1.2.8
|
| 6 |
xgboost==2.1.0
|
| 7 |
lightgbm==4.3.0
|
| 8 |
matplotlib==3.8.4
|
| 9 |
joblib==1.4.2
|
| 10 |
-
tensorflow-cpu==2.17.
|
|
|
|
| 1 |
gradio==5.46.1
|
| 2 |
pandas==2.2.2
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
scipy==1.12.0
|
| 5 |
scikit-learn==1.6.1
|
| 6 |
catboost==1.2.8
|
| 7 |
xgboost==2.1.0
|
| 8 |
lightgbm==4.3.0
|
| 9 |
matplotlib==3.8.4
|
| 10 |
joblib==1.4.2
|
| 11 |
+
tensorflow-cpu==2.17.1
|