From 26f7465462be7da4fcc4386ceef5b5f144441c37 Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Sat, 25 Jan 2020 21:25:35 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 649d122d..db547a5f 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.5' +VERSION = '0.6.6' try: from setuptools import setup @@ -28,7 +28,7 @@ 'wrangle', 'numpy', 'pandas', - 'tensorflow==1.4.0', + 'tensorflow==1.14.0', 'keras==2.3.0', 'astetik', 'sklearn',