Loading pkgs/development/python-modules/unstructured-inference/default.nix +14 −8 Original line number Diff line number Diff line Loading @@ -4,14 +4,17 @@ fetchFromGitHub, setuptools, # runtime dependencies layoutparser, python-multipart, accelerate, detectron2, huggingface-hub, opencv-python, layoutparser, onnx, onnxruntime, transformers, detectron2, opencv-python, paddleocr, python-multipart, rapidfuzz, transformers, # check inputs pytestCheckHook, coverage, Loading @@ -37,11 +40,14 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ layoutparser python-multipart accelerate huggingface-hub opencv-python layoutparser onnx onnxruntime opencv-python python-multipart rapidfuzz transformers # detectron2 # fails to build # paddleocr # 3.12 not yet supported Loading Loading
pkgs/development/python-modules/unstructured-inference/default.nix +14 −8 Original line number Diff line number Diff line Loading @@ -4,14 +4,17 @@ fetchFromGitHub, setuptools, # runtime dependencies layoutparser, python-multipart, accelerate, detectron2, huggingface-hub, opencv-python, layoutparser, onnx, onnxruntime, transformers, detectron2, opencv-python, paddleocr, python-multipart, rapidfuzz, transformers, # check inputs pytestCheckHook, coverage, Loading @@ -37,11 +40,14 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ layoutparser python-multipart accelerate huggingface-hub opencv-python layoutparser onnx onnxruntime opencv-python python-multipart rapidfuzz transformers # detectron2 # fails to build # paddleocr # 3.12 not yet supported Loading