Upgrade tensorflow to 1.11.0

This commit is contained in:
Matthew D. Scholefield 2019-01-26 23:23:04 +00:00
parent 904bd7168e
commit 530f76bffb

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',