Skip to content

Commit bbb3002

Browse files
authored
remove opencv-python dependency version constraint (#1325)
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
1 parent 0ec4759 commit bbb3002

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.8"
77
license = "MIT"
88
license-files = ["./LICENSE"]
99
dependencies = [
10-
"opencv-python<=4.12.0.88",
10+
"opencv-python>=4.12.0.88",
1111
"shapely>=2.0.0",
1212
"tqdm>=4.48.2",
1313
"pillow>=8.2.0",
@@ -139,7 +139,7 @@ find-links = [
139139
"http://download.openmmlab.com/mmcv/dist/cpu/torch2.1.0/index.html",
140140
]
141141

142-
override-dependencies = ["pillow>=8.2.0", "pywinpty!=2.0.14; os_name == 'nt'"]
142+
override-dependencies = ["opencv-python>=4.12.0.88", "pillow>=8.2.0", "pywinpty!=2.0.14; os_name == 'nt'"]
143143

144144
[[tool.uv.index]]
145145
name = "pytorch-cpu"

0 commit comments

Comments
 (0)