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