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
66154a6c
"vscode:/vscode.git/clone" did not exist on "b9bb417324c0d9013c505dc39c016ab9ca0e23c8"
Unverified
Commit
66154a6c
authored
Sep 21, 2022
by
Quentin Lhoest
Committed by
GitHub
Sep 21, 2022
Browse files
suppoer deps from github (#19141)
parent
114295c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
66154a6c
...
...
@@ -177,7 +177,7 @@ _deps = [
# packaging: "packaging"
#
# some of the values are versioned whereas others aren't.
deps
=
{
b
:
a
for
a
,
b
in
(
re
.
findall
(
r
"^(([^!=<>~]+)(?:[!=<>~].*)?$)"
,
x
)[
0
]
for
x
in
_deps
)}
deps
=
{
b
:
a
for
a
,
b
in
(
re
.
findall
(
r
"^(([^!=<>~
]+)(?:[!=<>~
].*)?$)"
,
x
)[
0
]
for
x
in
_deps
)}
# since we save this data in src/transformers/dependency_versions_table.py it can be easily accessed from
# anywhere. If you need to quickly access the data from this table in a shell, you can do so easily with:
...
...
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