From 87460bf7f7d493624dcb36576ed78e31f3eb249a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:50:08 +0000 Subject: [PATCH] Bump tensorflow from 1.15.0 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 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/v1.15.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- requirements-docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index 222ec1f..ae5bf8a 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.1.0 +tensorflow==2.9.3 joblib==0.14.0 numpy >= 1.8.2 dotscience>=0.8.7 diff --git a/requirements-docker.txt b/requirements-docker.txt index f877c73..c017748 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -3,5 +3,5 @@ scikit-image==0.15.0 seaborn==0.9.0 sklearn==0.0 scikit-learn==0.21.3 -tensorflow==1.15.0 +tensorflow==2.9.3 joblib==0.14.0 \ No newline at end of file