From 73be21bb680b0b8db2509b49129f9b14c4204466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 15:43:52 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 2.5.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 to 2.5.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...v2.5.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..df126d6 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==2.5.0', 'numpy', 'scipy', 'pandas',