byteforcegokul commited on
Commit
ee9d5c3
·
verified ·
1 Parent(s): 2921ea4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- numpy
2
- pandas
3
- statsmodels
4
- scikit-learn
5
- tensorflow
6
- gradio
 
1
+ numpy>=1.21.0
2
+ pandas>=1.3.0
3
+ statsmodels>=0.13.0
4
+ scikit-learn>=1.0.0
5
+ tensorflow>=2.6.0
6
+ gradio>=3.0.0