MaryahGreene commited on
Commit
f83b8e3
·
verified ·
1 Parent(s): a164049

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- gradio==4.42.0
2
- plotly==5.22.0
3
- pandas==2.2.2
4
- numpy==1.26.4
5
- scikit-learn==1.5.1
6
- xgboost==2.0.3
7
- skops==0.10.0
8
- huggingface_hub==0.24.6
9
- kaleido
10
 
11
 
 
1
+ gradio
2
+ plotly==5.18.0
3
+ pandas
4
+ numpy
5
+ scikit-learn
6
+ xgboost
7
+ skops
8
+ huggingface_hub
9
+ kaleido==0.2.1
10
 
11