Meet2304 commited on
Commit
081a8bd
·
1 Parent(s): cf54ada

Use opencv-python-headless 4.8.1.78 compatible with numpy 1.24 and Gradio 4.0

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -2,7 +2,7 @@ torch>=2.0.0
2
  torchvision>=0.15.0
3
  transformers>=4.30.0
4
  gradio==4.0.0
5
- opencv-python>=4.8.0
6
- numpy>=2.0.0,<2.3.0
7
  Pillow>=10.0.0,<11.0.0
8
  grad-cam>=1.4.8
 
2
  torchvision>=0.15.0
3
  transformers>=4.30.0
4
  gradio==4.0.0
5
+ opencv-python-headless==4.8.1.78
6
+ numpy~=1.24.0
7
  Pillow>=10.0.0,<11.0.0
8
  grad-cam>=1.4.8