Skip to content

Commit

Permalink
revert tf api version
Browse files Browse the repository at this point in the history
  • Loading branch information
odulcy-mindee committed Mar 29, 2024
1 parent 735c40e commit c7c1f3d
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 @@ -11,7 +11,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
tensorflow = ">=2.14.0,<2.16.0" # cf. https://github.com/mindee/doctr/pull/1461
tensorflow = ">=2.11.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
# cf. https://github.com/tiangolo/fastapi/issues/4168
Expand Down

0 comments on commit c7c1f3d

Please sign in to comment.