ranimeree commited on
Commit
23151a5
·
verified ·
1 Parent(s): 71d9308

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
- pandas
2
- numpy
3
- scikit-learn
4
- xgboost
5
- cloudpickle
 
 
 
 
 
1
+ pandas==2.1.4
2
+ numpy==1.26.3
3
+ scikit-learn==1.3.2
4
+ xgboost==2.0.3
5
+ cloudpickle==3.0.0
6
+ gradio==4.10.0
7
+ joblib==1.3.2
8
+ typing-extensions==4.9.0
9
+ python==3.10.0