Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
streamlit
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
pandas
|
| 6 |
-
numpy
|
| 7 |
-
joblib
|
| 8 |
scikit-learn==1.3.0
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
numpy==1.26.4
|
| 3 |
+
joblib==1.2.0
|
| 4 |
+
pandas==2.0.3
|
|
|
|
|
|
|
|
|
|
| 5 |
scikit-learn==1.3.0
|