mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
do not install tf when used for creating server wheel
This commit is contained in:
@@ -128,5 +128,6 @@ setup(
|
||||
|
||||
# for some reason having tensorflow in 'install_requires'
|
||||
# breaks some of the dependencies.
|
||||
for module in requirements['pip_install']:
|
||||
pip_install(module)
|
||||
if 'bdist_wheel' not in unknown_args:
|
||||
for module in requirements['pip_install']:
|
||||
pip_install(module)
|
||||
|
||||
Reference in New Issue
Block a user