From 3bad9ebea8b1a564cc2b2d19ce626416da4f7c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:58:38 +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.9.3. - [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.9.3) --- 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..a5d590e 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.9.3 h5py>=2.10.0 Pillow==8.1.1 tables==3.6.1