Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ channel_targets:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
python_min:
- '3.9'
- '3.10'
3 changes: 2 additions & 1 deletion pixi.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: docling-core
version: "2.44.2"
version: 2.47.0

package:
name: ${{ name|lower }}
version: ${{ version }}

source:
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/docling_core-${{ version }}.tar.gz
sha256: de75ee451e62eb211069ce411b143dff463a8d779b23b771a8cde450957ff861
sha256: f0850c91506d84dacb54ae1e15ed4bdd4161976a381de41ab68d4d3ff2e0308d

build:
number: 0
Expand All @@ -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:
Expand Down
Loading