docling: 2.31.2 -> 2.41.0
This commit is contained in:
parent
b7657a9acd
commit
f22b522642
@ -52,14 +52,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "docling";
|
||||
version = "2.31.2";
|
||||
version = "2.41.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "docling-project";
|
||||
repo = "docling";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-a2PZORT4Umf6AI3yEDDcUD0tm22Ahzm7Dwij/5ZUjNs=";
|
||||
hash = "sha256-GD052HCqBLs+KUkOUOVdlXxS6+PD2pthGtz+zdQ6QnM=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@ -102,7 +102,6 @@ buildPythonPackage rec {
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"pillow"
|
||||
"typer"
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
@ -160,10 +159,14 @@ buildPythonPackage rec {
|
||||
"test_convert_stream"
|
||||
"test_compare_legacy_output"
|
||||
"test_ocr_coverage_threshold"
|
||||
"test_formula_conversion_with_page_range"
|
||||
|
||||
# requires network access
|
||||
"test_page_range"
|
||||
"test_parser_backends"
|
||||
"test_confidence"
|
||||
"test_e2e_webp_conversions"
|
||||
"test_asr_pipeline_conversion"
|
||||
|
||||
# AssertionError: pred_itxt==true_itxt
|
||||
"test_e2e_valid_csv_conversions"
|
||||
|
Loading…
x
Reference in New Issue
Block a user