AsusHP commited on
Commit
c2c1097
1 Parent(s): f4d4437

update version requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- joblib=1.2.0
2
- lightgbm=3.3.3
3
- numpy=1.23.1
4
- pandas=2.0.1
5
- scikit-learn=1.1.3
6
- xgboost=2.0.0
7
- imblearn=0.0
 
1
+ joblib==1.2.0
2
+ lightgbm==3.3.3
3
+ numpy==1.23.1
4
+ pandas==2.0.1
5
+ scikit-learn==1.1.3
6
+ xgboost==2.0.0
7
+ imblearn==0.0