From fb0bfd25d2aee24eaeea2c8adde4087ebb4c2de9 Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 6 Sep 2023 09:57:10 +0200 Subject: [PATCH] missing dep in tf build corrected from dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 044fe0f833..025807c3d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",