未验证 提交 54f2a3a3 编写于 作者: K KP 提交者: GitHub

Merge pull request #1985 from Honei/develop

[audio]fix the pathos==0.2.8
...@@ -83,7 +83,7 @@ setuptools.setup( ...@@ -83,7 +83,7 @@ setuptools.setup(
python_requires='>=3.6', python_requires='>=3.6',
install_requires=[ install_requires=[
'numpy >= 1.15.0', 'scipy >= 1.0.0', 'resampy >= 0.2.2', 'numpy >= 1.15.0', 'scipy >= 1.0.0', 'resampy >= 0.2.2',
'soundfile >= 0.9.0', 'colorlog', 'dtaidistance == 2.3.1', 'pathos' 'soundfile >= 0.9.0', 'colorlog', 'dtaidistance == 2.3.1', 'pathos==0.2.8'
], ],
extras_require={ extras_require={
'test': [ 'test': [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册