AlaaElsayed commited on
Commit
6bc6767
·
verified ·
1 Parent(s): 7f90213

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio
2
- pandas
3
- joblib
4
- scikit-learn
 
 
1
+ scikit-learn==1.7.0
2
+ pandas==2.2.2
3
+ joblib==1.4.2
4
+ gradio==4.26.0
5
+ numpy==1.26.4