Spaces:
Sleeping
Sleeping
madamanastasia commited on
Commit ·
54774bc
1
Parent(s): 453d595
Pin sklearn version to match trained model
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ fastapi==0.111.0
|
|
| 2 |
uvicorn[standard]==0.30.1
|
| 3 |
pandas==2.2.2
|
| 4 |
numpy==2.0.0
|
| 5 |
-
scikit-learn==1.
|
| 6 |
joblib==1.4.2
|
| 7 |
streamlit==1.36.0
|
| 8 |
openpyxl==3.1.5
|
|
|
|
| 2 |
uvicorn[standard]==0.30.1
|
| 3 |
pandas==2.2.2
|
| 4 |
numpy==2.0.0
|
| 5 |
+
scikit-learn==1.4.2
|
| 6 |
joblib==1.4.2
|
| 7 |
streamlit==1.36.0
|
| 8 |
openpyxl==3.1.5
|