From 76e577c53bc8260c78457edd86e1f3b6eaf69e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 19:38:56 +0000 Subject: [PATCH] Bump tensorflow from 1.9.0 to 1.15.2 in /pertbio Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.9.0 to 1.15.2. - [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.9.0...v1.15.2) Signed-off-by: dependabot[bot] --- pertbio/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pertbio/setup.py b/pertbio/setup.py index 3f7d3d4..0a28193 100644 --- a/pertbio/setup.py +++ b/pertbio/setup.py @@ -17,7 +17,7 @@ url="https://github.com/dfci/CellBox", packages=['pertbio'], python_requires='>=3.6', - install_requires=['tensorflow==1.15.0', 'numpy==1.16.0', 'pandas==0.24.2'], + install_requires=['tensorflow==1.15.2', 'numpy==1.16.0', 'pandas==0.24.2'], tests_require=['pytest', 'pandas'], setup_requires=['pytest-runner', "pytest"], zip_safe=True,