Skip to content

Commit 638e96f

Browse files
authored
[PLT-391] Bump opencv library (#1572)
1 parent aebc125 commit 638e96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/labelbox/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ data = [
4949
"shapely>=2.0.3",
5050
"numpy>=1.24.4",
5151
"pillow>=10.2.0",
52-
"opencv-python>=4.9.0.80",
5352
"typeguard>=4.1.5",
5453
"imagesize>=1.4.1",
5554
"pyproj>=3.5.0",
5655
"pygeotile>=1.0.6",
5756
"typing-extensions>=4.10.0",
57+
"opencv-python-headless>=4.9.0.80",
5858
]
5959

6060
[build-system]
@@ -96,4 +96,4 @@ test = { chain = ["lint", "unit", "integration" ] }
9696
allow-direct-references = true
9797

9898
[tool.hatch.build.targets.wheel]
99-
packages = ["src/labelbox"]
99+
packages = ["src/labelbox"]

0 commit comments

Comments
 (0)