From 85724df84210d88396ada80fac4deb4e988c8fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:37:33 +0000 Subject: [PATCH] Bump tensorflow from 1.14.0 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.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.14.0...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 97d452e..02a8100 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ spacy==2.3.0 easy-tokenizer==0.0.10 https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.0/en_core_web_sm-2.3.0.tar.gz#egg=en_core_web_sm -tensorflow==1.14.0 +tensorflow==2.9.3 numpy==1.16.0 xml-miner==0.0.5 setuptools>=41.0.0 diff --git a/setup.py b/setup.py index 00cf18f..62b54c4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ VERSION = os.environ.get("TK_NN_CLASSIFIER", '0.0.0') INSTALL_REQUIRES = [ - "tensorflow == 1.14.0", + "tensorflow == 2.9.3", "numpy == 1.16.0", "xml-miner == 0.0.5", "spacy == 2.3.0",