Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
tensorflow
|
2 |
-
mrcnn
|
3 |
-
scikit-image
|
4 |
-
opencv-python
|
5 |
-
numpy
|
6 |
-
Pillow
|
7 |
-
gradio
|
|
|
1 |
+
tensorflow>=2.5.0
|
2 |
+
mrcnn
|
3 |
+
scikit-image
|
4 |
+
opencv-python
|
5 |
+
numpy
|
6 |
+
Pillow
|
7 |
+
gradio
|