Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
xgboost==1.5.2
|
3 |
numpy
|
4 |
pandas
|
5 |
pickleshare==0.7.5
|
6 |
scikit-learn
|
7 |
scipy
|
8 |
-
altair
|
|
|
1 |
+
streamlit>=1.20.0
|
2 |
xgboost==1.5.2
|
3 |
numpy
|
4 |
pandas
|
5 |
pickleshare==0.7.5
|
6 |
scikit-learn
|
7 |
scipy
|
8 |
+
altair<5
|