Spaces:
Sleeping
Sleeping
madamanastasia commited on
Commit ·
98647a6
1
Parent(s): 79f1ad5
Fix deps: numpy<2 for mlflow compatibility
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
fastapi==0.111.0
|
| 2 |
uvicorn[standard]==0.30.1
|
| 3 |
pandas==2.2.2
|
| 4 |
-
numpy==
|
| 5 |
scikit-learn==1.4.2
|
| 6 |
joblib==1.4.2
|
| 7 |
-
streamlit==1.36.0
|
| 8 |
-
openpyxl==3.1.5
|
| 9 |
mlflow==2.7.0
|
|
|
|
| 1 |
fastapi==0.111.0
|
| 2 |
uvicorn[standard]==0.30.1
|
| 3 |
pandas==2.2.2
|
| 4 |
+
numpy==1.26.4
|
| 5 |
scikit-learn==1.4.2
|
| 6 |
joblib==1.4.2
|
|
|
|
|
|
|
| 7 |
mlflow==2.7.0
|