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
75858ca1
"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "56a7745704261919dd8117e3a8aa4fb43fade30e"
Unverified
Commit
75858ca1
authored
Sep 07, 2021
by
Shiv Dhar
Committed by
GitHub
Sep 06, 2021
Browse files
Update version of `packaging` package (#13454)
parent
f8363e49
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 @
75858ca1
...
...
@@ -115,7 +115,7 @@ _deps = [
"onnxruntime>=1.4.0"
,
"optuna"
,
"optax>=0.0.8"
,
"packaging"
,
"packaging
>=20.0
"
,
"parameterized"
,
"protobuf"
,
"psutil"
,
...
...
src/transformers/dependency_versions_table.py
View file @
75858ca1
...
...
@@ -33,7 +33,7 @@ deps = {
"onnxruntime"
:
"onnxruntime>=1.4.0"
,
"optuna"
:
"optuna"
,
"optax"
:
"optax>=0.0.8"
,
"packaging"
:
"packaging"
,
"packaging"
:
"packaging
>=20.0
"
,
"parameterized"
:
"parameterized"
,
"protobuf"
:
"protobuf"
,
"psutil"
:
"psutil"
,
...
...
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