Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
opencv-python-headless
|
2 |
-
numpy
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
opencv-python-headless>=4.5.4
|
2 |
+
numpy>=1.21.0
|
3 |
+
matplotlib>=3.5.0
|
4 |
+
scikit-image>=0.19.0
|
5 |
+
pywavelets>=1.3.0
|
6 |
+
gradio>=3.0.0
|
7 |
+
Pillow>=9.0.0
|