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