Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
ec8d2624
Unverified
Commit
ec8d2624
authored
Aug 08, 2022
by
Yih-Dar
Committed by
GitHub
Aug 08, 2022
Browse files
unpin resampy (#18527)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
47e16762
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
setup.py
setup.py
+1
-2
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+0
-1
No files found.
setup.py
View file @
ec8d2624
...
...
@@ -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"
]
...
...
src/transformers/dependency_versions_table.py
View file @
ec8d2624
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment