Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
scikit-learn==1.2.0
|
3 |
-
pandas
|
4 |
-
joblib
|
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
scikit-learn==1.2.0
|
3 |
+
pandas==1.5.3
|
4 |
+
joblib==1.2.0
|
5 |
+
numpy==1.23.5
|