From 4f096745f8ea55ec6237c3525879a58bc2aa7d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:51:33 +0000 Subject: [PATCH] build(deps): bump tensorflow from 1.15.4 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.4 to 2.11.1. - [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.4...v2.11.1) --- 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 328bc33..0deb5fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ spacy==2.1.7 srsly==1.0.1 tabulate==0.8.6 tensorboard==1.15.0 -tensorflow==1.15.4 +tensorflow==2.11.1 tensorflow-estimator==1.15.1 termcolor==1.1.0 thinc==7.0.8 diff --git a/setup.py b/setup.py index f35cc0f..ef0a568 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ install_requires=[ "spacy<2.2.0", "pandas", - "tensorflow==1.15.4", + "tensorflow==2.11.1", "keras==2.2.5", "keras-contrib @ https://github.com/keras-team/keras-contrib/tarball/5ffab172661411218e517a50170bb97760ea567b", "en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0/en_core_web_sm-2.1.0.tar.gz#egg=en_core_web_sm==2.1.0",