From 9fddd0769fea1ca4f017625f43bd04a1154b14a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 01:23:11 +0000 Subject: [PATCH] Bump tensorflow from 1.9.0 to 1.12.2 in /pertbio Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.9.0 to 1.12.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.12.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 93e9faf..de1acd1 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.12.2', 'numpy==1.14.5', 'pandas'], tests_require=['pytest', 'pandas'], setup_requires=['pytest-runner', "pytest"], zip_safe=True,