Spaces:
Running
Running
add requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
opencv-python
|
2 |
-
numpy
|
3 |
-
Pillow
|
4 |
-
paddleseg
|
|
|
1 |
+
opencv-python>=4.6.0
|
2 |
+
numpy>=1.23.5
|
3 |
+
Pillow>=9.3.0
|
4 |
+
paddleseg>=2.6.0
|