From 3b2e42561f421bc27a1bc355ea588852db3b1f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:20:42 +0000 Subject: [PATCH] Bump tensorflow-gpu from 2.3.1 to 2.9.3 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.3.1 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/v2.3.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec383ac..a39d96f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ download_url='https://github.com/flatironinstitute/DeepFRI', license='FlatironInstitute', install_requires=['numpy==1.18.5', - 'tensorflow-gpu==2.3.1', + 'tensorflow-gpu==2.9.3', 'networkx==2.4', 'scikit-learn==0.23.1', 'biopython==1.76',