Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
numpy
|
2 |
pyclipper
|
3 |
torch>=1.1
|
4 |
albumentations>=1.1.0
|
@@ -10,7 +10,7 @@ numba>=0.45.1
|
|
10 |
numpy
|
11 |
opencv-python-headless<=4.5.4.60
|
12 |
pyclipper
|
13 |
-
pycocotools<=2.0.
|
14 |
rapidfuzz
|
15 |
scikit-image
|
16 |
six
|
|
|
1 |
+
numpy
|
2 |
pyclipper
|
3 |
torch>=1.1
|
4 |
albumentations>=1.1.0
|
|
|
10 |
numpy
|
11 |
opencv-python-headless<=4.5.4.60
|
12 |
pyclipper
|
13 |
+
pycocotools<=2.0.0
|
14 |
rapidfuzz
|
15 |
scikit-image
|
16 |
six
|