Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ six==1.12.0
sonopy==0.1.2
speechpy-fast==2.4
tensorboard==1.13.1
tensorflow==1.13.1
tensorflow==2.9.3
tensorflow-estimator==1.13.0
termcolor==1.1.0
tqdm==4.31.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy==1.16
tensorflow>=1.13,<1.14 # Must be on piwheels
tensorflow>=1.13,<2.10 # Must be on piwheels
sonopy
pyaudio
keras<=2.1.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
include_package_data=True,
install_requires=[
'numpy==1.16',
'tensorflow>=1.13,<1.14', # Must be on piwheels
'tensorflow>=1.13,<2.10', # Must be on piwheels
'sonopy',
'pyaudio',
'keras<=2.1.5',
Expand Down