From 81a25bf11fb64e30f864edd8ee0ee3daa4b06d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:57:02 +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.7.2. - [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.7.2) --- 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..3ca4ee3 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.7.2 h5py>=2.10.0 Pillow==8.1.1 tables==3.6.1