diff --git a/setup.py b/setup.py index 32387d76..649d122d 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ URL = 'http://autonom.io' LICENSE = 'MIT' DOWNLOAD_URL = 'https://github.com/autonomio/talos/' -VERSION = '0.6.4' +VERSION = '0.6.5' try: from setuptools import setup @@ -28,7 +28,7 @@ 'wrangle', 'numpy', 'pandas', - 'tensorflow<=1.5.0', + 'tensorflow==1.4.0', 'keras==2.3.0', 'astetik', 'sklearn',