Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
Flask==2.0.3
|
2 |
joblib==1.1.0
|
3 |
numpy==1.21.6 # Ensure this version is compatible with your other libraries
|
4 |
-
scikit-learn==1.0
|
5 |
xgboost==1.5.0
|
6 |
pandas==1.3.5
|
7 |
Werkzeug==2.0.3
|
|
|
1 |
Flask==2.0.3
|
2 |
joblib==1.1.0
|
3 |
numpy==1.21.6 # Ensure this version is compatible with your other libraries
|
4 |
+
scikit-learn==1.7.0 # Or upgrade to 1.7.0 if you choose to do so
|
5 |
xgboost==1.5.0
|
6 |
pandas==1.3.5
|
7 |
Werkzeug==2.0.3
|