Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
pandas
|
2 |
-
openpyxl
|
3 |
-
streamlit
|
4 |
-
scikit-learn
|
5 |
-
joblib
|
|
|
|
1 |
+
pandas==3.1.1
|
2 |
+
openpyxl==3.3.2
|
3 |
+
streamlit==1.45.0
|
4 |
+
scikit-learn==1.7.0
|
5 |
+
joblib==1.5.0
|
6 |
+
numpy==1.28.1
|