Skip to content

Commit

Permalink
Bump onnx-simplifier and onnxoptimizer to their latest versions (#614)
Browse files Browse the repository at this point in the history
* build: bump onnx-simplifier to 0.4.22

* build: bump onnxoptimizer to 0.3.13
  • Loading branch information
dkim-furiosa authored Apr 19, 2023
1 parent 572f34b commit 474835a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/furiosa-optimizer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies = [

"numpy ~= 1.24",
"onnx ~= 1.12.0",
"onnx-simplifier ~= 0.4.19",
"onnxoptimizer == 0.3.10",
"onnx-simplifier ~= 0.4.22",
"onnxoptimizer == 0.3.13",
"onnxruntime ~= 1.13.1",
]

Expand Down

0 comments on commit 474835a

Please sign in to comment.