diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 9964e05..853af99 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -7,4 +7,4 @@ channel_targets: docker_image: - quay.io/condaforge/linux-anvil-x86_64:alma9 python_min: -- '3.9' +- '3.10' diff --git a/pixi.toml b/pixi.toml index b530b46..2997a3f 100644 --- a/pixi.toml +++ b/pixi.toml @@ -7,7 +7,7 @@ [project] name = "docling-core-feedstock" -version = "3.51.1" # conda-smithy version used to generate this file +version = "3.52.1" # conda-smithy version used to generate this file description = "Pixi configuration for conda-forge/docling-core-feedstock" authors = ["@conda-forge/docling-core"] channels = ["conda-forge"] @@ -34,6 +34,7 @@ description = "List contents of docling-core-feedstock packages built for varian [feature.smithy.dependencies] conda-smithy = "*" +shellcheck = "*" [feature.smithy.tasks.build-locally] cmd = "python ./build-locally.py" description = "Build packages locally using the same setup scripts used in conda-forge's CI" diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 001bd86..6157d22 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -1,6 +1,6 @@ context: name: docling-core - version: "2.44.2" + version: 2.47.0 package: name: ${{ name|lower }} @@ -8,7 +8,7 @@ package: source: url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/docling_core-${{ version }}.tar.gz - sha256: de75ee451e62eb211069ce411b143dff463a8d779b23b771a8cde450957ff861 + sha256: f0850c91506d84dacb54ae1e15ed4bdd4161976a381de41ab68d4d3ff2e0308d build: number: 0 @@ -29,18 +29,15 @@ requirements: run: - python >=${{ python_min }} - jsonschema >=4.16.0,<5.0.0 - - pydantic >=2.6.0,<3.0.0 + - pydantic >=2.6.0,<3.0.0,!=2.10.0,!=2.10.1,!=2.10.2 - jsonref >=1.1.0,<2.0.0 - - tabulate >=0.9.0,<1.0.0 + - tabulate >=0.9.0,<0.10.0 - pandas >=2.1.4,<3.0.0 - pillow >=10.0.0,<12.0.0 - pyyaml >=5.1,<7.0.0 - - typing-extensions >=4.12.2,<5.0.0 - - transformers >=4.34.0,<5.0.0 - - semchunk >=2.2.0,<3.0.0 - - typer >=0.12.5,<0.16.0 + - typer >=0.12.5,<0.17.0 - latex2mathml >=3.77.0,<4.0.0 - + - typing_extensions >=4.12.2,<5.0.0 tests: - python: imports: