From 39f9a7a99f38314ca9c0392a54155d0bb564ff81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 16:40:34 +0000 Subject: [PATCH] Bump tensorflow from 1.4.0 to 2.6.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.4.0 to 2.6.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.4.0...v2.6.4) --- 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 c003723..be8fd5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ nibabel==2.2.1 pytest-cov==2.6.0 pillow==8.1.1 cython==0.27.1 -tensorflow==1.4.0 +tensorflow==2.6.4 h5py==2.8.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 896bebd..115b8a8 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ license='GNU General Public License Version 3', install_requires=['numpy==1.15.1', 'scipy==1.1.0', 'nibabel==2.2.1', 'pillow==8.1.1', 'cython==0.27.1', - 'tensorflow==1.4.0', 'h5py==2.8.0'], + 'tensorflow==2.6.4', 'h5py==2.8.0'], # setup_requires=['numpy'], keywords=['pRF', 'fMRI', 'retinotopy'], long_description=long_description,