Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -11,7 +11,7 @@ matplotlib
|
|
11 |
#numpy
|
12 |
scikit-learn
|
13 |
plotly
|
14 |
-
numpy
|
15 |
-
pandas
|
16 |
streamlit>=1.0.0,<2.0.0
|
17 |
optuna-integration
|
|
|
11 |
#numpy
|
12 |
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
|
17 |
optuna-integration
|