Skip to content

Commit bc153a3

Browse files
committed
chores: put constraint on opencv re:numpy
1 parent f9388b0 commit bc153a3

File tree

3 files changed

+115
-21
lines changed

3 files changed

+115
-21
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,<2",
3131
"omegaconf",
32-
"opencv-python>=4.8.1.78,<4.12.0",
32+
"opencv-python>=4.8.0,<4.12.0",
3333
"pandas",
3434
"pillow>=9.0,<10.0",
3535
"pip>=25.0.1",

scripts/install_utils/yolox_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
numpy
1+
numpy>=1.24.4,<2
22
torch>=1.7
3-
opencv_python
3+
opencv_python>=4.8.0,<4.12.0
44
loguru
55
tqdm
66
thop

0 commit comments

Comments
 (0)