Lock keras version to 2.1.5

pull/141/merge
Åke Forslund 2020-02-04 18:22:00 +01:00 committed by Matthew D. Scholefield
parent e271a0b5d6
commit bbf43402c4
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ setup(
'tensorflow>=1.13,<1.14', # Must be on piwheels
'sonopy',
'pyaudio',
'keras',
'keras<=2.1.5',
'h5py',
'wavio',
'typing',