Skip to content

Commit

Permalink
Merge pull request #452 from autonomio/change-setup-package-versions
Browse files Browse the repository at this point in the history
Change tensorflow version in setup.py
  • Loading branch information
mikkokotila committed Jan 25, 2020
2 parents 375a5a1 + 2de8b68 commit c87735e
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.4'
VERSION = '0.6.5'

try:
from setuptools import setup
Expand All @@ -28,7 +28,7 @@
'wrangle',
'numpy',
'pandas',
'tensorflow<=1.5.0',
'tensorflow==1.4.0',
'keras==2.3.0',
'astetik',
'sklearn',
Expand Down

0 comments on commit c87735e

Please sign in to comment.