From 5e65b7cc46e90246c4d02f577ade9be3a6ae51cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 22:51:42 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 1.15.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 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.14.0...v1.15.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a146ac3..cf69657 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def __init__(self, *args, **kwargs): author_email='cs.maclachlan@gmail.com', packages=['articlass'], python_requires='>=3.7', - install_requires=['tensorflow==1.14', + install_requires=['tensorflow==1.15.2', 'numpy', 'scipy', 'pandas',