From 572ef4cb4ba55f261620b75263cf23ed628c93b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:55:28 +0000 Subject: [PATCH] Bump tensorflow from 2.2.1 to 2.9.3 in /Segmentation Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.1 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.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Segmentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Segmentation/requirements.txt b/Segmentation/requirements.txt index f781cb7..f38680d 100644 --- a/Segmentation/requirements.txt +++ b/Segmentation/requirements.txt @@ -8,6 +8,6 @@ joblib==0.14.1 Keras==2.3.1 Pillow==7.2.0 rasterio==1.1.5 -tensorflow==2.2.1 +tensorflow==2.9.3 # additionally, install libgdal-dev and install python-gdal