diff --git a/setup.py b/setup.py index a146ac3..5c70ded 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.1', 'numpy', 'scipy', 'pandas',