"vscode:/vscode.git/clone" did not exist on "b9bb417324c0d9013c505dc39c016ab9ca0e23c8"
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 = [
# 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:
......
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