Unverified Commit 66154a6c authored by Quentin Lhoest's avatar Quentin Lhoest Committed by GitHub
Browse files

suppoer deps from github (#19141)

parent 114295c0
...@@ -177,7 +177,7 @@ _deps = [ ...@@ -177,7 +177,7 @@ _deps = [
# packaging: "packaging" # packaging: "packaging"
# #
# some of the values are versioned whereas others aren't. # 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 # 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: # anywhere. If you need to quickly access the data from this table in a shell, you can do so easily with:
......
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