Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
streamlit==1.39.0
|
| 2 |
-
pandas==2.2.2
|
| 3 |
numpy==1.26.4
|
|
|
|
| 4 |
joblib==1.4.2
|
| 5 |
-
catboost==1.2.5
|
| 6 |
-
scikit-learn==1.4.2
|
| 7 |
openpyxl==3.1.5
|
| 8 |
-
|
|
|
|
| 1 |
streamlit==1.39.0
|
| 2 |
+
pandas==2.2.2 --only-binary=:all:
|
| 3 |
numpy==1.26.4
|
| 4 |
+
catboost==1.2.5 --only-binary=:all:
|
| 5 |
joblib==1.4.2
|
|
|
|
|
|
|
| 6 |
openpyxl==3.1.5
|
| 7 |
+
scikit-learn==1.4.2
|