unpin resampy (#18527)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-08-08 17:44:10 +02:00
committed by GitHub
parent 47e1676255
commit ec8d26248f
2 changed files with 1 additions and 3 deletions

View File

@@ -144,7 +144,6 @@ _deps = [
"ray[tune]",
"regex!=2019.12.17",
"requests",
"resampy<0.3.1",
"rjieba",
"rouge-score",
"sacrebleu>=1.4.12,<2.0.0",
@@ -270,7 +269,7 @@ extras["sigopt"] = deps_list("sigopt")
extras["integrations"] = extras["optuna"] + extras["ray"] + extras["sigopt"]
extras["serving"] = deps_list("pydantic", "uvicorn", "fastapi", "starlette")
extras["audio"] = deps_list("librosa", "pyctcdecode", "phonemizer", "resampy") # resampy can be removed once unpinned.
extras["audio"] = deps_list("librosa", "pyctcdecode", "phonemizer")
# `pip install ".[speech]"` is deprecated and `pip install ".[torch-speech]"` should be used instead
extras["speech"] = deps_list("torchaudio") + extras["audio"]
extras["torch-speech"] = deps_list("torchaudio") + extras["audio"]