Frederick001 commited on
Commit
9180007
·
verified ·
1 Parent(s): 189d03b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio
2
- pandas
3
- numpy
4
- xgboost
5
- scikit-learn
6
- streamlit
 
1
+ streamlit>=1.20.0
2
+ pandas>=1.3.0
3
+ numpy>=1.21.0
4
+ xgboost>=1.5.0
5
+ scikit-learn>=1.0
6
+ gradio>=3.0