python312Packages.labelbox: use opencv-python-headless

This commit is contained in:
Robert Schütz
2024-10-27 10:06:24 -07:00
parent a15122931b
commit 3c80dcf63a
@@ -10,7 +10,7 @@
nbconvert,
nbformat,
numpy,
opencv4,
opencv-python-headless,
pillow,
pydantic,
pyproj,
@@ -47,8 +47,6 @@ buildPythonPackage rec {
pythonRelaxDeps = [ "python-dateutil" ];
pythonRemoveDeps = [ "opencv-python-headless" ];
build-system = [ hatchling ];
dependencies = [
@@ -67,7 +65,7 @@ buildPythonPackage rec {
shapely
numpy
pillow
opencv4
opencv-python-headless
typeguard
imagesize
pyproj