Spaces:
Runtime error
Runtime error
Commit
·
78e30c0
1
Parent(s):
08b1132
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
|
|
1 |
numpy==1.22.4
|
2 |
pandas==1.5.3
|
3 |
scikit-learn==1.2.2
|
4 |
xgboost==1.7.5
|
5 |
streamlit==1.19.0.
|
6 |
altair==2.4.0
|
7 |
-
pip==23.1.2
|
|
|
1 |
+
pip>=23.1.2
|
2 |
numpy==1.22.4
|
3 |
pandas==1.5.3
|
4 |
scikit-learn==1.2.2
|
5 |
xgboost==1.7.5
|
6 |
streamlit==1.19.0.
|
7 |
altair==2.4.0
|
|