Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
hopsworks
|
2 |
-
scikit-learn
|
3 |
numpy
|
4 |
joblib
|
5 |
python-dotenv
|
6 |
-
xgboost
|
7 |
optuna
|
8 |
-
|
|
|
|
|
|
|
|
1 |
hopsworks
|
2 |
+
scikit-learn == 1.0.2
|
3 |
numpy
|
4 |
joblib
|
5 |
python-dotenv
|
6 |
+
xgboost == 0.90
|
7 |
optuna
|
8 |
+
datetime
|
9 |
+
folium
|
10 |
+
streamlit_folium
|
11 |
+
streamlit
|