mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
python312Packages.albumentations: use opencv-python
This commit is contained in:
parent
c9bbb18293
commit
9d6fc5360c
@ -11,7 +11,7 @@
|
||||
albucore,
|
||||
eval-type-backport,
|
||||
numpy,
|
||||
opencv4,
|
||||
opencv-python,
|
||||
pydantic,
|
||||
pyyaml,
|
||||
scikit-image,
|
||||
@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||
./dont-check-for-updates.patch
|
||||
];
|
||||
|
||||
pythonRemoveDeps = [ "opencv-python" ];
|
||||
pythonRelaxDeps = [ "opencv-python" ];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
@ -55,7 +55,7 @@ buildPythonPackage rec {
|
||||
albucore
|
||||
eval-type-backport
|
||||
numpy
|
||||
opencv4
|
||||
opencv-python
|
||||
pydantic
|
||||
pyyaml
|
||||
scikit-image
|
||||
|
Loading…
Reference in New Issue
Block a user