Skip to content

Commit

Permalink
api version upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Feb 14, 2024
1 parent 8897b86 commit b796fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = ["Mindee <[email protected]>"]
license = "Apache-2.0"

[tool.poetry.dependencies]
python = ">=3.9,<4.0" # pypdfium2 needs a python version above 3.8.2
python = ">=3.9,<3.12"
tensorflow = ">=2.14.0,<2.16.0" # cf. https://github.com/mindee/doctr/pull/1461
python-doctr = {git = "https://github.com/mindee/doctr.git", extras = ['tf'], branch = "main" }
# Fastapi: minimum version required to avoid pydantic error
Expand Down

0 comments on commit b796fdb

Please sign in to comment.