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
f37f2adb
Unverified
Commit
f37f2adb
authored
Apr 30, 2021
by
Lysandre Debut
Committed by
GitHub
Apr 30, 2021
Browse files
Pin HuggingFace Hub dependency (#11502)
parent
60d5bda4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-1
No files found.
setup.py
View file @
f37f2adb
...
@@ -99,7 +99,7 @@ _deps = [
...
@@ -99,7 +99,7 @@ _deps = [
"flake8>=3.8.3"
,
"flake8>=3.8.3"
,
"flax>=0.3.2"
,
"flax>=0.3.2"
,
"fugashi>=1.0"
,
"fugashi>=1.0"
,
"huggingface-hub
>
=0.0.8"
,
"huggingface-hub
=
=0.0.8"
,
"importlib_metadata"
,
"importlib_metadata"
,
"ipadic>=1.0.0,<2.0"
,
"ipadic>=1.0.0,<2.0"
,
"isort>=5.5.4"
,
"isort>=5.5.4"
,
...
...
src/transformers/dependency_versions_table.py
View file @
f37f2adb
...
@@ -16,7 +16,7 @@ deps = {
...
@@ -16,7 +16,7 @@ deps = {
"flake8"
:
"flake8>=3.8.3"
,
"flake8"
:
"flake8>=3.8.3"
,
"flax"
:
"flax>=0.3.2"
,
"flax"
:
"flax>=0.3.2"
,
"fugashi"
:
"fugashi>=1.0"
,
"fugashi"
:
"fugashi>=1.0"
,
"huggingface-hub"
:
"huggingface-hub
>
=0.0.8"
,
"huggingface-hub"
:
"huggingface-hub
=
=0.0.8"
,
"importlib_metadata"
:
"importlib_metadata"
,
"importlib_metadata"
:
"importlib_metadata"
,
"ipadic"
:
"ipadic>=1.0.0,<2.0"
,
"ipadic"
:
"ipadic>=1.0.0,<2.0"
,
"isort"
:
"isort>=5.5.4"
,
"isort"
:
"isort>=5.5.4"
,
...
...
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