NishantKsingh commited on
Commit
990f5b8
·
verified ·
1 Parent(s): 102c020

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- tensorflow==2.13.0
2
- numpy==1.23.5
3
- pillow==9.5.0
4
- gradio==4.29.0
 
 
1
+ tensorflow>=2.11,<2.14
2
+ numpy>=1.21,<1.26
3
+ pillow>=9.0,<10.0
4
+ gradio>=4.0,<4.30
5
+ streamlit>=1.20,<1.35