ALIMHGFY commited on
Commit
6fdbd35
·
verified ·
1 Parent(s): 0dfd0b8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,3 +1,7 @@
1
- gradio>=5.37.0
2
- opencv-python>=4.12.0.88
3
- ultralytics>=8.3.167
 
 
 
 
 
1
+ gradio>=5.37.0,<6.0.0
2
+ opencv-python>=4.12.0.88,<5.0.0
3
+ ultralytics>=8.3.167,<9.0.0
4
+ pillow>=9.0.0,<11.0.0
5
+ torch>=2.0.0,<3.0.0
6
+ torchvision>=0.15.0,<1.0.0
7
+ numpy>=1.23.0