Skip to content

Commit

Permalink
Merge pull request #454 from autonomio/fix-package-version
Browse files Browse the repository at this point in the history
change tensorflow package version
  • Loading branch information
mikkokotila committed Jan 25, 2020
2 parents c87735e + 26f7465 commit c3659bd
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 c3659bd

Please sign in to comment.