python312Packages.docling: 2.26.0 -> 2.28.1 (#393189)
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "docling-core";
|
||||
version = "2.23.0";
|
||||
version = "2.24.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DS4SD";
|
||||
owner = "docling-project";
|
||||
repo = "docling-core";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-NYY1HuSksfu8mujvJHeXQxplp1DbZ6Zqh+pFkIyjBPM=";
|
||||
hash = "sha256-WQmKBtbTTW7G2220GxVcxhVn+h4iL87/Cauol8mlUvs=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DS4SD";
|
||||
owner = "docling-project";
|
||||
repo = "docling-ibm-models";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-IgKP+4en0N6xLBjzwmddDk8z5P3J1vo+UMW+65a01Ww=";
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "docling-parse";
|
||||
version = "3.4.0";
|
||||
version = "4.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DS4SD";
|
||||
owner = "docling-project";
|
||||
repo = "docling-parse";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-q3433hz5T5hhhRd6OTADeuvyKbsuCAhuWT4jxrOD6Sw=";
|
||||
hash = "sha256-6a5LHFfKu7h9vldAdM/TC4a98W8A4frTsvy9MDyimqw=";
|
||||
};
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
pyarrow,
|
||||
pydantic,
|
||||
pydantic-settings,
|
||||
pylatexenc,
|
||||
pypdfium2,
|
||||
python-docx,
|
||||
python-pptx,
|
||||
@@ -49,14 +50,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "docling";
|
||||
version = "2.26.0";
|
||||
version = "2.28.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DS4SD";
|
||||
owner = "docling-project";
|
||||
repo = "docling";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-MFMOxNXA/QwQJt/WZmtmmD+OxYxY2LCnutPT4PkZzkw=";
|
||||
hash = "sha256-PVUBwxKa9yKVtXpnyzfZvcfwEndE614N8ElXxqjabZw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -82,6 +83,7 @@ buildPythonPackage rec {
|
||||
pyarrow
|
||||
pydantic
|
||||
pydantic-settings
|
||||
pylatexenc
|
||||
pypdfium2
|
||||
python-docx
|
||||
python-pptx
|
||||
@@ -156,6 +158,7 @@ buildPythonPackage rec {
|
||||
|
||||
# requires network access
|
||||
"test_page_range"
|
||||
"test_parser_backends"
|
||||
|
||||
# AssertionError: pred_itxt==true_itxt
|
||||
"test_e2e_valid_csv_conversions"
|
||||
|
||||
Reference in New Issue
Block a user