update setup.py to use paddlepaddle-gpu

This commit is contained in:
chenfeiyu 2019-11-25 11:19:16 +00:00
parent cc4fd87038
commit 235a69d2fe
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ setup_info = dict(
install_requires=[
'numpy', 'nltk', 'inflect', 'librosa', 'unidecode', 'numba',
'tqdm', 'matplotlib', 'tensorboardX', 'tensorboard', 'scipy',
'ruamel.yaml', 'pandas', 'sox', 'paddlepaddle',
'ruamel.yaml', 'pandas', 'sox', 'paddlepaddle-gpu',
],
# Package info