python3Packages.unstructured-inference: 1.1.1 -> 1.1.2 (#464116)
This commit is contained in:
@@ -2,15 +2,19 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
# runtime dependencies
|
||||
layoutparser,
|
||||
python-multipart,
|
||||
huggingface-hub,
|
||||
opencv-python,
|
||||
onnxruntime,
|
||||
transformers,
|
||||
accelerate,
|
||||
detectron2,
|
||||
huggingface-hub,
|
||||
layoutparser,
|
||||
onnx,
|
||||
onnxruntime,
|
||||
opencv-python,
|
||||
paddleocr,
|
||||
python-multipart,
|
||||
rapidfuzz,
|
||||
transformers,
|
||||
# check inputs
|
||||
pytestCheckHook,
|
||||
coverage,
|
||||
@@ -23,22 +27,27 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "unstructured-inference";
|
||||
version = "1.1.1";
|
||||
format = "setuptools";
|
||||
version = "1.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Unstructured-IO";
|
||||
repo = "unstructured-inference";
|
||||
tag = version;
|
||||
hash = "sha256-yCLiZe7oSs63dSgN8tijpL2MOygyTmK+6TsC87sHAUQ=";
|
||||
hash = "sha256-XoGjcF9xxqZ1fEtI+ifjwEqxNlDHdakZLo8xzFKK8ic=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
layoutparser
|
||||
python-multipart
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
accelerate
|
||||
huggingface-hub
|
||||
opencv-python
|
||||
layoutparser
|
||||
onnx
|
||||
onnxruntime
|
||||
opencv-python
|
||||
python-multipart
|
||||
rapidfuzz
|
||||
transformers
|
||||
# detectron2 # fails to build
|
||||
# paddleocr # 3.12 not yet supported
|
||||
|
||||
Reference in New Issue
Block a user