From 94487678a1b9e6d9469e04ad21349e3fd375e18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:41:29 +0000 Subject: [PATCH] Bump tensorflow from 1.8.0 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.8.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.8.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- smtag/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 673406b..7ae1e03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pillow==6.2.1 # 7.0.0 breaks torchvision numpy==1.16.3 torch==1.0.1 torchvision==0.2.2.post3 -tensorflow==1.8.0 # works on dgx not on Mac... +tensorflow==2.9.3 # works on dgx not on Mac... # tensorflow==1.14.0 # works on Mac not on dgx... tensorboardX==1.6 neo4jrestclient==2.1.1 diff --git a/setup.py b/setup.py index e05a51e..33b9409 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ py_modules=['smtag.command_line'], install_requires=[ #'tensorflow==1.8.0', # dgx - 'tensorflow==1.14.0', # mac needed for tensorboardX visualization + 'tensorflow==2.9.3', # mac needed for tensorboardX visualization 'tensorboardX', 'docopt', 'torch==1.0.1', diff --git a/smtag/requirements.txt b/smtag/requirements.txt index c35207d..bdc2d32 100644 --- a/smtag/requirements.txt +++ b/smtag/requirements.txt @@ -1,5 +1,5 @@ # tensorflow==1.8.0 # works on dgx not on Mac... -tensorflow==1.14.0 # works on Mac not on dgx... +tensorflow==2.9.3 # works on Mac not on dgx... docopt==0.6.2 numpy==1.16.3 torch==1.0.1