From 29fdcc6093c93bd3975456b9199d30623a744bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 23:45:53 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 1.15.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 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.14.0...v1.15.4) 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..01afb37 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.4', 'numpy', 'scipy', 'pandas',