Skip to content

Commit 314cc53

Browse files
committed
chores: relax constraint on numpy
1 parent 84db4ab commit 314cc53

File tree

2 files changed

+323
-76
lines changed

2 files changed

+323
-76
lines changed

pyproject.toml

Lines changed: 2 additions & 2 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",

0 commit comments

Comments
 (0)