Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Jan 25, 2020
1 parent c87735e commit 26f7465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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
Expand All @@ -28,7 +28,7 @@
'wrangle',
'numpy',
'pandas',
'tensorflow==1.4.0',
'tensorflow==1.14.0',
'keras==2.3.0',
'astetik',
'sklearn',
Expand Down

0 comments on commit 26f7465

Please sign in to comment.