Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -13,4 +13,5 @@ scikit-learn
|
|
13 |
plotly
|
14 |
numpy>=1.21.0,<1.22.0
|
15 |
pandas>=1.3.0,<1.4.0
|
16 |
-
streamlit>=1.0.0,<2.0.0
|
|
|
|
13 |
plotly
|
14 |
numpy>=1.21.0,<1.22.0
|
15 |
pandas>=1.3.0,<1.4.0
|
16 |
+
streamlit>=1.0.0,<2.0.0
|
17 |
+
optuna-integration
|