Jim Eric Skogman
commited on
Remove opencv dependency version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -5,7 +5,7 @@ gradio==3.39.0
|
|
5 |
numpy==1.23.1
|
6 |
omegaconf==2.1.1
|
7 |
open_clip_torch==2.17.1
|
8 |
-
opencv_contrib_python
|
9 |
opencv_python==4.7.0.72
|
10 |
opencv_python_headless==4.7.0.72
|
11 |
Pillow==9.4.0
|
|
|
5 |
numpy==1.23.1
|
6 |
omegaconf==2.1.1
|
7 |
open_clip_torch==2.17.1
|
8 |
+
opencv_contrib_python
|
9 |
opencv_python==4.7.0.72
|
10 |
opencv_python_headless==4.7.0.72
|
11 |
Pillow==9.4.0
|