diff --git a/setup.py b/setup.py index 98c6b5e..a66c808 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires=[ 'dill==0.2.6', 'pandas==0.19.2', - 'tensorflow==0.12.1', + 'tensorflow==2.7.2', 'scipy==0.18.1', 'matplotlib==2.0.0', 'scikit-learn==0.18.1'