From d812fd5b8c5e60c0cb6d6a063f2b2817e698f42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:53:59 +0000 Subject: [PATCH] Bump tensorflow from 1.15.2 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.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/v1.15.2...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a46dd4a..3d623e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ gensim sklearn h5py keras==2.2.0 -tensorflow==1.15.2 +tensorflow==2.9.3 cloudpickle==0.5.3 diff --git a/setup.py b/setup.py index dc5fce5..166394d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'sklearn', 'h5py', 'keras==2.2.0', - 'tensorflow==1.15.2', + 'tensorflow==2.9.3', 'cloudpickle==0.5.3', ], dependency_links=[