Skip to content

Commit 4801ffc

Browse files
committed
chores: relax constraint on numpy
1 parent 84db4ab commit 4801ffc

File tree

2 files changed

+329
-82
lines changed

2 files changed

+329
-82
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)