python311Packages.ffcv: use opencv-python

This commit is contained in:
Robert Schütz
2024-11-02 17:21:50 -07:00
parent 30732b37b7
commit ae8afe3cf4
@@ -6,7 +6,7 @@
lib,
libjpeg,
numba,
opencv4,
opencv-python,
pandas,
pkg-config,
pytorch-pfn-extras,
@@ -40,7 +40,6 @@ buildPythonPackage rec {
substituteInPlace setup.py \
--replace-fail "'assertpy'," "" \
--replace-fail "'fastargs'," "" \
--replace-fail "'opencv-python'," "" \
--replace-fail "'psutil'," "" \
'';
@@ -48,7 +47,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libjpeg ];
propagatedBuildInputs = [
opencv4
opencv-python
numba
pandas
pytorch-pfn-extras