From 0741cf5de7261fdc8eaf5f5e7e9168594b41157b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 18:55:57 +0000 Subject: [PATCH] Bump tensorflow from 1.15.2 to 2.3.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.3.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.2...v2.3.1) 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 7bdce5c..3a55778 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ networkx==2.2 scipy==1.1.0 setuptools==40.6.3 numpy==1.15.4 -tensorflow==1.15.2 +tensorflow==2.3.1 diff --git a/setup.py b/setup.py index 9b0ba90..66c5daf 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ download_url='https://github.com/tkipf/gcn', license='MIT', install_requires=['numpy>=1.15.4', - 'tensorflow>=1.15.2,<2.0', + 'tensorflow>=1.15.2,<3.0', 'networkx>=2.2', 'scipy>=1.1.0' ],