Spaces:
Runtime error
Runtime error
code update
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
streamlit>=1.0.0
|
2 |
-
numpy>=1.9.2
|
3 |
-
pandas>=0.19
|
4 |
-
matplotlib>=1.4.3
|
5 |
-
scikit-learn
|
6 |
-
joblib
|
7 |
-
xgboost>=1.4.0
|
|
|
1 |
+
streamlit>=1.0.0
|
2 |
+
numpy>=1.9.2
|
3 |
+
pandas>=0.19
|
4 |
+
matplotlib>=1.4.3
|
5 |
+
scikit-learn
|
6 |
+
joblib
|
7 |
+
xgboost>=1.4.0
|