Coots commited on
Commit
f943da7
·
verified ·
1 Parent(s): df4a1d3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
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.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
 
1
  Flask==2.0.3
2
  joblib==1.1.0
3
+ numpy==1.22.4 # Compatible with scikit-learn>=1.2
4
+ scikit-learn==1.7.0
5
  xgboost==1.5.0
6
  pandas==1.3.5
7
+ Werkzeug==2.0.3