diff --git a/setup.py b/setup.py index c34cec9d..a488000b 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def find_version(): extras_require={ 'interactive': ['matplotlib==3.0.3'], 'none': [], - 'cpu': ['tensorflow==1.13.2'], + 'cpu': ['tensorflow==2.3.1'], 'gpu': ['tensorflow-gpu==1.13.2'], 'dev': [ 'autopep8>=1.5',