chandu1617 commited on
Commit
4338820
·
verified ·
1 Parent(s): 024e88a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- scikit-learn==1.6.1
2
- numpy==2.0.2
3
- joblib==1.5.2
4
- gradio==3.49.1
 
1
+ scikit-learn>=1.6.1
2
+ numpy>=1.25,<2.0
3
+ joblib>=1.5
4
+ gradio>=3.49,<3.55