Skip to content

Commit

Permalink
Update all onnx-related packages to latest (chaiNNer-org#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine authored Aug 26, 2023
1 parent a268713 commit 515d235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/src/packages/chaiNNer_onnx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_onnx_runtime():
Dependency(
display_name="ONNX",
pypi_name="onnx",
version="1.14.0",
version="1.14.1",
size_estimate=12 * MB,
),
Dependency(
Expand All @@ -58,13 +58,13 @@ def get_onnx_runtime():
Dependency(
display_name="Protobuf",
pypi_name="protobuf",
version="3.20.2",
version="4.24.2",
size_estimate=500 * KB,
),
Dependency(
display_name="Numba",
pypi_name="numba",
version="0.56.3",
version="0.57.1",
size_estimate=2.5 * MB,
),
],
Expand Down

0 comments on commit 515d235

Please sign in to comment.