Unverified Commit ec8d2624 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

unpin resampy (#18527)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 47e16762
......@@ -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"]
......
......@@ -50,7 +50,6 @@ deps = {
"ray[tune]": "ray[tune]",
"regex": "regex!=2019.12.17",
"requests": "requests",
"resampy": "resampy<0.3.1",
"rjieba": "rjieba",
"rouge-score": "rouge-score",
"sacrebleu": "sacrebleu>=1.4.12,<2.0.0",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment