tidalove commited on
Commit
2e8683f
·
verified ·
1 Parent(s): 6bc98b5

maybe don't need 2.0.7 pycocotools for just this app?

Browse files
Files changed (1) hide show
  1. 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==2.0.7 # >=2.0.2 KAI 6/23
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