smhs16 commited on
Commit
ecf1ec3
·
verified ·
1 Parent(s): 87a5e68

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio
2
  pandas
3
- numpy
4
- scikit-learn
5
- xgboost
6
- lightgbm
 
 
 
1
  pandas
2
+ gradio==5.29.0
3
+ numpy>=2.0.0
4
+ scikit-learn>=1.4.2
5
+ xgboost>=2.0.3
6
+ lightgbm>=4.3.0