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
6b0257de
Unverified
Commit
6b0257de
authored
Feb 16, 2023
by
Sylvain Gugger
Browse files
Sort deps alphabetically
parent
b0f0086f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
setup.py
setup.py
+5
-5
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+5
-5
No files found.
setup.py
View file @
6b0257de
...
@@ -98,6 +98,7 @@ if stale_egg_info.exists():
...
@@ -98,6 +98,7 @@ if stale_egg_info.exists():
_deps
=
[
_deps
=
[
"Pillow"
,
"Pillow"
,
"accelerate>=0.10.0"
,
"accelerate>=0.10.0"
,
"beautifulsoup4"
,
"black~=23.1"
,
"black~=23.1"
,
"codecarbon==1.2.0"
,
"codecarbon==1.2.0"
,
"cookiecutter==1.7.3"
,
"cookiecutter==1.7.3"
,
...
@@ -125,6 +126,7 @@ _deps = [
...
@@ -125,6 +126,7 @@ _deps = [
"jieba"
,
"jieba"
,
"kenlm"
,
"kenlm"
,
"keras-nlp>=0.3.1"
,
"keras-nlp>=0.3.1"
,
"librosa"
,
"nltk"
,
"nltk"
,
"natten>=0.14.4"
,
"natten>=0.14.4"
,
"numpy>=1.17"
,
"numpy>=1.17"
,
...
@@ -147,6 +149,7 @@ _deps = [
...
@@ -147,6 +149,7 @@ _deps = [
"ray[tune]"
,
"ray[tune]"
,
"regex!=2019.12.17"
,
"regex!=2019.12.17"
,
"requests"
,
"requests"
,
"rhoknp>=1.1.0"
,
"rjieba"
,
"rjieba"
,
"rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1"
,
"rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1"
,
"ruff>=0.0.241"
,
"ruff>=0.0.241"
,
...
@@ -157,8 +160,9 @@ _deps = [
...
@@ -157,8 +160,9 @@ _deps = [
"scikit-learn"
,
"scikit-learn"
,
"sentencepiece>=0.1.91,!=0.1.92"
,
"sentencepiece>=0.1.91,!=0.1.92"
,
"sigopt"
,
"sigopt"
,
"librosa"
,
"starlette"
,
"starlette"
,
"sudachipy>=0.6.6"
,
"sudachidict_core>=20220729"
,
"tensorflow-cpu>=2.4,<2.12"
,
"tensorflow-cpu>=2.4,<2.12"
,
"tensorflow>=2.4,<2.12"
,
"tensorflow>=2.4,<2.12"
,
"tensorflow-text"
,
"tensorflow-text"
,
...
@@ -174,10 +178,6 @@ _deps = [
...
@@ -174,10 +178,6 @@ _deps = [
"unidic>=1.0.2"
,
"unidic>=1.0.2"
,
"unidic_lite>=1.0.7"
,
"unidic_lite>=1.0.7"
,
"uvicorn"
,
"uvicorn"
,
"beautifulsoup4"
,
"sudachipy>=0.6.6"
,
"sudachidict_core>=20220729"
,
"rhoknp>=1.1.0"
,
]
]
...
...
src/transformers/dependency_versions_table.py
View file @
6b0257de
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
deps
=
{
deps
=
{
"Pillow"
:
"Pillow"
,
"Pillow"
:
"Pillow"
,
"accelerate"
:
"accelerate>=0.10.0"
,
"accelerate"
:
"accelerate>=0.10.0"
,
"beautifulsoup4"
:
"beautifulsoup4"
,
"black"
:
"black~=23.1"
,
"black"
:
"black~=23.1"
,
"codecarbon"
:
"codecarbon==1.2.0"
,
"codecarbon"
:
"codecarbon==1.2.0"
,
"cookiecutter"
:
"cookiecutter==1.7.3"
,
"cookiecutter"
:
"cookiecutter==1.7.3"
,
...
@@ -31,6 +32,7 @@ deps = {
...
@@ -31,6 +32,7 @@ deps = {
"jieba"
:
"jieba"
,
"jieba"
:
"jieba"
,
"kenlm"
:
"kenlm"
,
"kenlm"
:
"kenlm"
,
"keras-nlp"
:
"keras-nlp>=0.3.1"
,
"keras-nlp"
:
"keras-nlp>=0.3.1"
,
"librosa"
:
"librosa"
,
"nltk"
:
"nltk"
,
"nltk"
:
"nltk"
,
"natten"
:
"natten>=0.14.4"
,
"natten"
:
"natten>=0.14.4"
,
"numpy"
:
"numpy>=1.17"
,
"numpy"
:
"numpy>=1.17"
,
...
@@ -53,6 +55,7 @@ deps = {
...
@@ -53,6 +55,7 @@ deps = {
"ray[tune]"
:
"ray[tune]"
,
"ray[tune]"
:
"ray[tune]"
,
"regex"
:
"regex!=2019.12.17"
,
"regex"
:
"regex!=2019.12.17"
,
"requests"
:
"requests"
,
"requests"
:
"requests"
,
"rhoknp"
:
"rhoknp>=1.1.0"
,
"rjieba"
:
"rjieba"
,
"rjieba"
:
"rjieba"
,
"rouge-score"
:
"rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1"
,
"rouge-score"
:
"rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1"
,
"ruff"
:
"ruff>=0.0.241"
,
"ruff"
:
"ruff>=0.0.241"
,
...
@@ -63,8 +66,9 @@ deps = {
...
@@ -63,8 +66,9 @@ deps = {
"scikit-learn"
:
"scikit-learn"
,
"scikit-learn"
:
"scikit-learn"
,
"sentencepiece"
:
"sentencepiece>=0.1.91,!=0.1.92"
,
"sentencepiece"
:
"sentencepiece>=0.1.91,!=0.1.92"
,
"sigopt"
:
"sigopt"
,
"sigopt"
:
"sigopt"
,
"librosa"
:
"librosa"
,
"starlette"
:
"starlette"
,
"starlette"
:
"starlette"
,
"sudachipy"
:
"sudachipy>=0.6.6"
,
"sudachidict_core"
:
"sudachidict_core>=20220729"
,
"tensorflow-cpu"
:
"tensorflow-cpu>=2.4,<2.12"
,
"tensorflow-cpu"
:
"tensorflow-cpu>=2.4,<2.12"
,
"tensorflow"
:
"tensorflow>=2.4,<2.12"
,
"tensorflow"
:
"tensorflow>=2.4,<2.12"
,
"tensorflow-text"
:
"tensorflow-text"
,
"tensorflow-text"
:
"tensorflow-text"
,
...
@@ -80,8 +84,4 @@ deps = {
...
@@ -80,8 +84,4 @@ deps = {
"unidic"
:
"unidic>=1.0.2"
,
"unidic"
:
"unidic>=1.0.2"
,
"unidic_lite"
:
"unidic_lite>=1.0.7"
,
"unidic_lite"
:
"unidic_lite>=1.0.7"
,
"uvicorn"
:
"uvicorn"
,
"uvicorn"
:
"uvicorn"
,
"beautifulsoup4"
:
"beautifulsoup4"
,
"sudachipy"
:
"sudachipy>=0.6.6"
,
"sudachidict_core"
:
"sudachidict_core>=20220729"
,
"rhoknp"
:
"rhoknp>=1.1.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