python311Packages.ffcv: use opencv-python
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user