Spaces:
Sleeping
Sleeping
Update requirements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
joblib
|
| 4 |
-
scikit-learn
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
pandas==2.2.2
|
| 3 |
+
joblib==1.3.2
|
| 4 |
+
scikit-learn==1.4.2
|