docling: 2.31.2 -> 2.41.0

This commit is contained in:
codgician 2025-07-16 17:21:34 +08:00
parent b7657a9acd
commit f22b522642
No known key found for this signature in database

View File

@ -52,14 +52,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "docling"; pname = "docling";
version = "2.31.2"; version = "2.41.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "docling-project"; owner = "docling-project";
repo = "docling"; repo = "docling";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-a2PZORT4Umf6AI3yEDDcUD0tm22Ahzm7Dwij/5ZUjNs="; hash = "sha256-GD052HCqBLs+KUkOUOVdlXxS6+PD2pthGtz+zdQ6QnM=";
}; };
build-system = [ build-system = [
@ -102,7 +102,6 @@ buildPythonPackage rec {
pythonRelaxDeps = [ pythonRelaxDeps = [
"pillow" "pillow"
"typer"
]; ];
optional-dependencies = { optional-dependencies = {
@ -160,10 +159,14 @@ buildPythonPackage rec {
"test_convert_stream" "test_convert_stream"
"test_compare_legacy_output" "test_compare_legacy_output"
"test_ocr_coverage_threshold" "test_ocr_coverage_threshold"
"test_formula_conversion_with_page_range"
# requires network access # requires network access
"test_page_range" "test_page_range"
"test_parser_backends" "test_parser_backends"
"test_confidence"
"test_e2e_webp_conversions"
"test_asr_pipeline_conversion"
# AssertionError: pred_itxt==true_itxt # AssertionError: pred_itxt==true_itxt
"test_e2e_valid_csv_conversions" "test_e2e_valid_csv_conversions"