Lokiiparihar commited on
Commit
9fe3cbb
·
verified ·
1 Parent(s): 655ed75

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
  scikit-learn==1.6.1
2
  xgboost==2.1.4
3
  flask
4
- joblib
5
- pandas
6
  numpy
 
 
 
 
1
  scikit-learn==1.6.1
2
  xgboost==2.1.4
3
  flask
4
+ joblib==1.4.2
5
+ pandas==2.2.2
6
  numpy
7
+ matplotlib==3.10.0
8
+ seaborn==0.13.2
9
+ requests==2.32.3