Skip to content

Commit

Permalink
missing dep in tf build corrected from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Sep 6, 2023
1 parent 7336b7a commit fb0bfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies = [
[project.optional-dependencies]
tf = [
"tensorflow>=2.11.0,<3.0.0", # cf. https://github.com/mindee/doctr/pull/1182
"tf2onnx>=1.14.0,<2.0.0",
"tf2onnx>=1.15.1,<2.0.0", # cf.https://github.com/onnx/tensorflow-onnx/releases/tag/v1.15.1
]
torch = [
"torch>=1.12.0,<3.0.0",
Expand Down

0 comments on commit fb0bfd2

Please sign in to comment.