From 32b90101ce5e870603ab50995e725b334694ba8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2020 01:01:31 +0000 Subject: [PATCH] Bump tensorflow from 1.8.0 to 1.15.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.8.0 to 1.15.4. - [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...v1.15.4) 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..e03b8d8 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==1.15.4 # 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..fa37b3d 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==1.15.4', # mac needed for tensorboardX visualization 'tensorboardX', 'docopt', 'torch==1.0.1', diff --git a/smtag/requirements.txt b/smtag/requirements.txt index c35207d..d2aa746 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==1.15.4 # works on Mac not on dgx... docopt==0.6.2 numpy==1.16.3 torch==1.0.1