Upgrade tensorflow to 1.11.0

pull/25/merge
Matthew D. Scholefield 2019-01-26 23:23:04 +00:00
parent 904bd7168e
commit 530f76bffb
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ setup(
},
install_requires=[
'numpy',
'tensorflow==1.8.0', # Must be on piwheels + match URL in setup.sh
'tensorflow==1.11.0', # Must be on piwheels
'sonopy',
'pyaudio',
'keras',