Unverified Commit 75858ca1 authored by Shiv Dhar's avatar Shiv Dhar Committed by GitHub
Browse files

Update version of `packaging` package (#13454)

parent f8363e49
...@@ -115,7 +115,7 @@ _deps = [ ...@@ -115,7 +115,7 @@ _deps = [
"onnxruntime>=1.4.0", "onnxruntime>=1.4.0",
"optuna", "optuna",
"optax>=0.0.8", "optax>=0.0.8",
"packaging", "packaging>=20.0",
"parameterized", "parameterized",
"protobuf", "protobuf",
"psutil", "psutil",
......
...@@ -33,7 +33,7 @@ deps = { ...@@ -33,7 +33,7 @@ deps = {
"onnxruntime": "onnxruntime>=1.4.0", "onnxruntime": "onnxruntime>=1.4.0",
"optuna": "optuna", "optuna": "optuna",
"optax": "optax>=0.0.8", "optax": "optax>=0.0.8",
"packaging": "packaging", "packaging": "packaging>=20.0",
"parameterized": "parameterized", "parameterized": "parameterized",
"protobuf": "protobuf", "protobuf": "protobuf",
"psutil": "psutil", "psutil": "psutil",
......
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