From 360f5320c4dc58c779d9949cdf49959c30fece44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2020 01:08:53 +0000 Subject: [PATCH] Bump tensorflow from 1.15.0 to 1.15.4 in /pertbio Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 to 1.15.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.15.0...v1.15.4) 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 1206fa2..7354cb4 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', 'scipy==1.3.0'], + install_requires=['tensorflow==1.15.4', 'numpy==1.16.0', 'pandas==0.24.2', 'scipy==1.3.0'], tests_require=['pytest', 'pandas', 'numpy', 'scipy'], setup_requires=['pytest-runner', "pytest"], zip_safe=True,