mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
python312Packages.docling-ibm-models: 2.0.3 -> 2.0.4
This commit is contained in:
parent
e6b5e795bf
commit
44b90a2cc0
@ -5,7 +5,6 @@
|
||||
poetry-core,
|
||||
huggingface-hub,
|
||||
jsonlines,
|
||||
lxml,
|
||||
mean-average-precision,
|
||||
numpy,
|
||||
opencv-python-headless,
|
||||
@ -18,14 +17,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "docling-ibm-models";
|
||||
version = "2.0.3";
|
||||
version = "2.0.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DS4SD";
|
||||
repo = "docling-ibm-models";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-vSEW1+mFTjUvjjUOoX3aGgT/y8iwP3JGIZaPh9RbX5I=";
|
||||
hash = "sha256-QZvkkazxgkGuSQKIYI+YghH7pLlDSEbCGhg89gZsOpk=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@ -35,7 +34,6 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
huggingface-hub
|
||||
jsonlines
|
||||
lxml
|
||||
mean-average-precision
|
||||
numpy
|
||||
opencv-python-headless
|
||||
@ -46,7 +44,6 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"lxml"
|
||||
"mean_average_precision"
|
||||
"pillow"
|
||||
"torchvision"
|
||||
|
Loading…
Reference in New Issue
Block a user