Loading pkgs/development/python-modules/rapidocr-onnxruntime/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ setuptools, pyclipper, opencv4, opencv-python, numpy, six, shapely, Loading Loading @@ -90,7 +90,7 @@ buildPythonPackage { dependencies = [ pyclipper opencv4 opencv-python numpy six shapely Loading @@ -99,9 +99,6 @@ buildPythonPackage { onnxruntime ]; # Remove because we have adopted the `opencv4` as an attribute name. pythonRemoveDeps = [ "opencv-python" ]; pythonImportsCheck = [ "rapidocr_onnxruntime" ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/rapidocr-onnxruntime/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ setuptools, pyclipper, opencv4, opencv-python, numpy, six, shapely, Loading Loading @@ -90,7 +90,7 @@ buildPythonPackage { dependencies = [ pyclipper opencv4 opencv-python numpy six shapely Loading @@ -99,9 +99,6 @@ buildPythonPackage { onnxruntime ]; # Remove because we have adopted the `opencv4` as an attribute name. pythonRemoveDeps = [ "opencv-python" ]; pythonImportsCheck = [ "rapidocr_onnxruntime" ]; nativeCheckInputs = [ pytestCheckHook ]; Loading