From 843a3875aee333b86524e4c415dbb28f90283374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 21:59:31 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 1.15.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 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.14.0...v1.15.0) 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..0bf09f4 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.0', 'numpy', 'scipy', 'pandas',