python312Packages.invisible-watermark: use opencv-python

+2 -4
+2 -4
pkgs/development/python-modules/invisible-watermark/default.nix
··· 4 buildPythonPackage, 5 pythonOlder, 6 fetchFromGitHub, 7 - opencv4, 8 torch, 9 onnx, 10 onnxruntime, ··· 30 31 propagatedBuildInputs = 32 [ 33 - opencv4 34 torch 35 pillow 36 pywavelets ··· 42 ]; 43 44 postPatch = '' 45 - substituteInPlace setup.py \ 46 - --replace 'opencv-python>=4.1.0.25' 'opencv' 47 substituteInPlace imwatermark/rivaGan.py --replace \ 48 'You can install it with pip: `pip install onnxruntime`.' \ 49 'You can install it with an override: `python3Packages.invisible-watermark.override { withOnnx = true; };`.'
··· 4 buildPythonPackage, 5 pythonOlder, 6 fetchFromGitHub, 7 + opencv-python, 8 torch, 9 onnx, 10 onnxruntime, ··· 30 31 propagatedBuildInputs = 32 [ 33 + opencv-python 34 torch 35 pillow 36 pywavelets ··· 42 ]; 43 44 postPatch = '' 45 substituteInPlace imwatermark/rivaGan.py --replace \ 46 'You can install it with pip: `pip install onnxruntime`.' \ 47 'You can install it with an override: `python3Packages.invisible-watermark.override { withOnnx = true; };`.'