未验证 提交 396c6410 编写于 作者: J Jackwaterveg 提交者: GitHub

Merge pull request #1661 from zh794390558/mcd

[audio] rm mcd
...@@ -14,4 +14,3 @@ ...@@ -14,4 +14,3 @@
from .dtw import dtw_distance from .dtw import dtw_distance
from .eer import compute_eer from .eer import compute_eer
from .eer import compute_minDCF from .eer import compute_minDCF
from .mcd import mcd_distance
...@@ -19,7 +19,7 @@ from setuptools.command.install import install ...@@ -19,7 +19,7 @@ from setuptools.command.install import install
from setuptools.command.test import test from setuptools.command.test import test
# set the version here # set the version here
VERSION = '0.2.0' VERSION = '0.2.1'
# Inspired by the example at https://pytest.org/latest/goodpractises.html # Inspired by the example at https://pytest.org/latest/goodpractises.html
...@@ -83,9 +83,8 @@ setuptools.setup( ...@@ -83,9 +83,8 @@ 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', 'mcd >= 0.4', 'soundfile >= 0.9.0', 'colorlog', 'dtaidistance == 2.3.1', 'pathos'
'pathos' ],
],
extras_require={ extras_require={
'test': [ 'test': [
'nose', 'librosa==0.8.1', 'soundfile==0.10.3.post1', 'nose', 'librosa==0.8.1', 'soundfile==0.10.3.post1',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册