From 051291f7f65950a5831488023215735e51cb98b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 22:08:40 +0000 Subject: [PATCH] Bump tensorflow from 1.9.0 to 1.15.0 in /pertbio Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.9.0 to 1.15.0. - [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.0) 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 93e9faf..0968eac 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.9.0', 'numpy==1.14.5', 'pandas'], + install_requires=['tensorflow==1.15.0', 'numpy==1.14.5', 'pandas'], tests_require=['pytest', 'pandas'], setup_requires=['pytest-runner', "pytest"], zip_safe=True,