From 43b27ea4c58a7432a2b55461db6ef2a5d57ef5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:06:55 +0000 Subject: [PATCH] Bump tf2onnx from 1.14.0 to 1.15.1 Bumps [tf2onnx](https://github.com/onnx/tensorflow-onnx) from 1.14.0 to 1.15.1. - [Release notes](https://github.com/onnx/tensorflow-onnx/releases) - [Commits](https://github.com/onnx/tensorflow-onnx/compare/v1.14.0...v1.15.1) --- updated-dependencies: - dependency-name: tf2onnx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0981619..f33ccbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ rembg==2.0.50 onnxruntime==1.15.1 scipy==1.11.2 # Export to onnx -tf2onnx==1.14.0 # Not upgradable due to incompatibility with onnxruntime/tf +tf2onnx==1.15.1 # Not upgradable due to incompatibility with onnxruntime/tf # Explaining the model shap==0.42.1 scikit-learn==1.3.0