File tree Expand file tree Collapse file tree 2 files changed +329
-82
lines changed
Expand file tree Collapse file tree 2 files changed +329
-82
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ dependencies = [
2727 " motmetrics>=1.4.0" ,
2828 " munkres>=1.1.4" ,
2929 " numba>=0.58.1" ,
30- " numpy>=1.24.4,<2.0; python_version >= '3.8' " ,
30+ " numpy>=1.24.4" ,
3131 " omegaconf" ,
32- " opencv-python>=4.8.1.78,<4. 12.0" ,
32+ " opencv-python>=4.12.0" ,
3333 " pandas" ,
3434 " pillow>=9.0,<10.0" ,
3535 " pip>=25.0.1" ,
@@ -204,7 +204,7 @@ requires-dist = [
204204 # From https://github.com/facebookresearch/detectron2/blob/main/setup.py
205205 " Pillow>=7.1" ,
206206 " matplotlib" ,
207- " pycocotools>=2.0.2 " ,
207+ " pycocotools>=2.0.6 " ,
208208 " termcolor>=1.1" ,
209209 " yacs>=0.1.8" ,
210210 " tabulate" ,
@@ -262,7 +262,7 @@ requires-dist = [
262262 " tabulate" ,
263263 " psutil" ,
264264 " tensorboard" ,
265- " pycocotools>=2.0.2 " ,
265+ " pycocotools>=2.0.6 " ,
266266 # "onnx>=1.13.0",
267267 # "onnx-simplifier==0.4.10",
268268]
You can’t perform that action at this time.
0 commit comments