python3Packages.docling-core: 2.31.2 -> 2.43.0
This commit is contained in:
parent
429401d7e5
commit
b7657a9acd
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
# build-system
|
# build-system
|
||||||
poetry-core,
|
poetry-core,
|
||||||
|
setuptools,
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
jsonref,
|
jsonref,
|
||||||
@ -28,18 +29,19 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "docling-core";
|
pname = "docling-core";
|
||||||
version = "2.31.2";
|
version = "2.43.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "docling-project";
|
owner = "docling-project";
|
||||||
repo = "docling-core";
|
repo = "docling-core";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-O0GfEoWImDjehCPb8erBdY2gYalj2im8rxdJKEsbUs4=";
|
hash = "sha256-c9TaX4INfTfR3ZpmXbOteHr2R2jAbVzvMk8tO1XV4Nc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
poetry-core
|
poetry-core
|
||||||
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
@ -59,7 +61,6 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
"pillow"
|
"pillow"
|
||||||
"typer"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user