project21 commited on
Commit
963e404
·
verified ·
1 Parent(s): bd85b68

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,6 +1,6 @@
 
 
 
 
1
  numpy==1.23.5
2
- h5py==3.12.1
3
- gradio==5.6.0
4
- tensorflow==2.12.0
5
- keras==2.10.0
6
- deep-translator==1.9.0
 
1
+ h5py>=3.0.0,<4.0.0
2
+ gradio>=3.0.0,<4.0.0
3
+ tensorflow>=2.12.0,<3.0.0
4
+ keras>=2.12.0,<3.0.0
5
  numpy==1.23.5
6
+ deep-translator>=1.9.0,<2.0.0