From dc3e25b775644e76e7790d243b8e619fb503e9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:42:06 +0000 Subject: [PATCH] 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 11c9bed..79e38fd 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.4 +tensorflow==2.11.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' ],