lrmaneedeep commited on
Commit
f89cab1
·
verified ·
1 Parent(s): 10348d3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- gunicorn
2
- flask
3
- tensorflow
4
- numpy
5
- pandas
 
1
+ flask>=2.0.0
2
+ tensorflow>=2.10.0
3
+ numpy>=1.21.0
4
+ pillow>=9.0.0