Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixT2K committed Aug 25, 2023
1 parent 68f12d4 commit 62976f1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ 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",
"tensorflow>=2.13.0,<3.0.0", # cf. https://github.com/mindee/doctr/pull/1182
"tf2onnx>=1.15.1,<2.0.0",
]
torch = [
"torch>=1.12.0,<3.0.0",
Expand Down Expand Up @@ -92,13 +92,8 @@ docs = [
]
dev = [
# Tensorflow
<<<<<<< HEAD
"tensorflow>=2.11.0,<3.0.0", # cf. https://github.com/mindee/doctr/pull/1182
=======
"tensorflow>=2.13.0,<3.0.0", # cf. https://github.com/mindee/doctr/pull/1182
"tensorflow-addons>=0.17.1",
>>>>>>> 177d28e (up)
"tf2onnx>=1.14.0,<2.0.0",
"tf2onnx>=1.15.1,<2.0.0",
# PyTorch
"torch>=1.12.0,<3.0.0",
"torchvision>=0.13.0",
Expand Down

0 comments on commit 62976f1

Please sign in to comment.