From 85e2ce418843168b336f3704c6f8f23d3f615a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:45:46 +0000 Subject: [PATCH] Bump tensorflow in /python-lib/dku_deeplearning_image/api_designer Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.2 to 2.11.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.2.2...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-lib/dku_deeplearning_image/api_designer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-lib/dku_deeplearning_image/api_designer/requirements.txt b/python-lib/dku_deeplearning_image/api_designer/requirements.txt index fc76693..c86b4f5 100644 --- a/python-lib/dku_deeplearning_image/api_designer/requirements.txt +++ b/python-lib/dku_deeplearning_image/api_designer/requirements.txt @@ -1,5 +1,5 @@ scikit-learn==0.23.1 -tensorflow==2.2.2 +tensorflow==2.11.1 h5py>=2.10.0 Pillow==8.1.1 tables==3.6.1