Merge pull request #1615 from KPatr1ck/requirements

[Audio]Update requirements of PaddleAudio.
pull/1619/head
Jackwaterveg 3 years ago committed by GitHub
commit 2ea578e861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,13 +82,9 @@ setuptools.setup(
], ],
python_requires='>=3.6', python_requires='>=3.6',
install_requires=[ install_requires=[
'numpy >= 1.15.0', 'numpy >= 1.15.0', 'scipy >= 1.0.0', 'resampy >= 0.2.2',
'scipy >= 1.0.0', 'soundfile >= 0.9.0', 'colorlog', 'dtaidistance == 2.3.1', 'mcd >= 0.4',
'resampy >= 0.2.2', 'pathos'
'soundfile >= 0.9.0',
'colorlog',
'dtaidistance >= 2.3.6',
'mcd >= 0.4',
], ],
extras_require={ extras_require={
'test': [ 'test': [

Loading…
Cancel
Save