Update version of packaging package (#13454)

This commit is contained in:
Shiv Dhar 2021-09-07 02:49:02 +05:30 committed by GitHub
parent f8363e49f9
commit 75858ca156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ _deps = [
"onnxruntime>=1.4.0",
"optuna",
"optax>=0.0.8",
"packaging",
"packaging>=20.0",
"parameterized",
"protobuf",
"psutil",

View file

@ -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",