maybe don't need 2.0.7 pycocotools for just this app?
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -13,6 +13,6 @@ tensorboard
|
|
13 |
|
14 |
# verified versions
|
15 |
# pycocotools corresponds to https://github.com/ppwwyyxx/cocoapi
|
16 |
-
pycocotools
|
17 |
onnx>=1.13.0
|
18 |
onnx-simplifier==0.4.10
|
|
|
13 |
|
14 |
# verified versions
|
15 |
# pycocotools corresponds to https://github.com/ppwwyyxx/cocoapi
|
16 |
+
pycocotools>=2.0.2
|
17 |
onnx>=1.13.0
|
18 |
onnx-simplifier==0.4.10
|