From 3b34a6f60713ce18d553b495182c420adfed2f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 03:58:47 +0000 Subject: [PATCH] Bump onnx-simplifier from 0.3.10 to 0.4.28 Bumps [onnx-simplifier](https://github.com/daquexian/onnx-simplifier) from 0.3.10 to 0.4.28. - [Release notes](https://github.com/daquexian/onnx-simplifier/releases) - [Commits](https://github.com/daquexian/onnx-simplifier/compare/v0.3.10...v0.4.28) --- updated-dependencies: - dependency-name: onnx-simplifier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 56 ++++++++++++++++---------------------------------- pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 39 deletions(-) diff --git a/poetry.lock b/poetry.lock index 76732a6..6b5b7b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -849,53 +849,33 @@ lint = ["black (>=22.3)", "clang-format (==13.0.0)", "flake8 (>=5.0.2)", "isort[ [[package]] name = "onnx-simplifier" -version = "0.3.10" +version = "0.4.28" description = "Simplify your ONNX model" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "onnx-simplifier-0.3.10.tar.gz", hash = "sha256:0d9fed12a7aecb391e5747ed1b6461f700ca360620d04c751557f79329af31f3"}, + {file = "onnx-simplifier-0.4.28.tar.gz", hash = "sha256:07fe1bd2a02a36f885b75a7762fae8deb8b623a30743d19c3ab578393f2239ff"}, + {file = "onnx_simplifier-0.4.28-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:bbd45db014b244bd5f812668227d078bda4203185b3d559be7cf5baa50c0ec7a"}, + {file = "onnx_simplifier-0.4.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e38b54985444e64506f401558dadda866eb2ed4e3678e227568c41a6c7d52577"}, + {file = "onnx_simplifier-0.4.28-cp310-cp310-win_amd64.whl", hash = "sha256:6cce3513fa1689860f34fdc75daba1fbf2757020092088256b1320017004b222"}, + {file = "onnx_simplifier-0.4.28-cp311-cp311-macosx_10_15_universal2.whl", hash = "sha256:d052006eabbd2bc628a0d268fb2ab936ab6db63f4071c6ff6006b9fb676a4961"}, + {file = "onnx_simplifier-0.4.28-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51a96760a5943b264f72d753b25ed126a8532aff394edf2025996f6a28eb38f2"}, + {file = "onnx_simplifier-0.4.28-cp311-cp311-win_amd64.whl", hash = "sha256:01e05919e1df35788b85aaf2a98740e2ab258db6b7cefa8c224337bff13bc631"}, + {file = "onnx_simplifier-0.4.28-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e0d33642f619c9be2194c38297cf9b79d726708b6828ae177f06e1eeee14cb88"}, + {file = "onnx_simplifier-0.4.28-cp37-cp37m-win_amd64.whl", hash = "sha256:b92048fbe4ace2903d04541cfd45a5732167d0ae8b44ed6979f33aae2f262364"}, + {file = "onnx_simplifier-0.4.28-cp38-cp38-macosx_10_15_universal2.whl", hash = "sha256:a3ce6eb9ffad4414b93e611cac1656cbdaaf6e6201cb3e72f8bf7986a336ecfa"}, + {file = "onnx_simplifier-0.4.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d0d6c89148c4618fd4ab3a4d84619ac902b9fe0fdc87914faf686b993a7ac183"}, + {file = "onnx_simplifier-0.4.28-cp38-cp38-win_amd64.whl", hash = "sha256:1437c1d4749cedede4892df124dd3da807792c1429026d7a7a934aa742ff04f3"}, + {file = "onnx_simplifier-0.4.28-cp39-cp39-macosx_10_15_universal2.whl", hash = "sha256:d5b169fd12ce49366308eca1b85efa1849a10be3d55f1b09ae04a7a1c6d6f4cc"}, + {file = "onnx_simplifier-0.4.28-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21aa0b3885b4c86e895812ba85b59488ae984f77dd6e588bec75010f02f97344"}, + {file = "onnx_simplifier-0.4.28-cp39-cp39-win_amd64.whl", hash = "sha256:21299486652f022ae8c039bc3a4e2c04c1731153951be6e8886d91f779b87b84"}, ] [package.dependencies] onnx = "*" -onnxoptimizer = ">=0.2.6" -protobuf = ">=3.7.0" rich = "*" -[[package]] -name = "onnxoptimizer" -version = "0.3.8" -description = "Open Neural Network Exchange" -category = "main" -optional = false -python-versions = "*" -files = [ - {file = "onnxoptimizer-0.3.8-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:6e40530dcc08b5d504c150da90be68f7e438aeb7008dd0d79cd20058944d4087"}, - {file = "onnxoptimizer-0.3.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ecee31591b9e11075bfa9b46778fb7ae6ae9861f8b2187b7455cbe1529638132"}, - {file = "onnxoptimizer-0.3.8-cp310-cp310-win_amd64.whl", hash = "sha256:e8469416d81973aea588fe0b85365a413e79cb7b155e3ca5be538b6492669944"}, - {file = "onnxoptimizer-0.3.8-cp311-cp311-macosx_10_15_x86_64.whl", hash = "sha256:12ab4825d809e96c3978230d6d7696ddef87bb91837f5ec11f4cb96b3fe72a09"}, - {file = "onnxoptimizer-0.3.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:da7241b9f1069e02621ce0762f6a013d1af84eb12542b2c4159817965c8b09b9"}, - {file = "onnxoptimizer-0.3.8-cp311-cp311-win_amd64.whl", hash = "sha256:62029b1e83df4706079a135f23626b460cdfb47b33df0236e6bda5148702b007"}, - {file = "onnxoptimizer-0.3.8-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:33847b812ffdab2de13695097df7f8adcfb1adf10373e2a7e85b9bbe3a8fa583"}, - {file = "onnxoptimizer-0.3.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:acb000dfa2dedbf513c2aec75ba2f6f0d25530a3f9f7c7fc417ee70978cdc897"}, - {file = "onnxoptimizer-0.3.8-cp37-cp37m-win_amd64.whl", hash = "sha256:81c73dd78a7e9f31609a0a4d0b469cb387869ea36436a3758052888067948bad"}, - {file = "onnxoptimizer-0.3.8-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:4edacafab548edb7183b8eb11807503f5612cb72f608bfd8316fae9595226c5f"}, - {file = "onnxoptimizer-0.3.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0047309f1fc314e2bc06ec01865005660e22c005f97b011b66be6129533b9e28"}, - {file = "onnxoptimizer-0.3.8-cp38-cp38-win_amd64.whl", hash = "sha256:1f822deb51633a1e9d10097440f4419e6de337a43e428a2df88fa3b867ef5453"}, - {file = "onnxoptimizer-0.3.8-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:b375f3f34c69309f873e4edfdcd9ddcd0e917749585ed5b6dc38a7c42a414df2"}, - {file = "onnxoptimizer-0.3.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b748c5b4ab2788325e30b189f82bf8595f92c4e7a46c6a2e6ee6b9e5c7cfc580"}, - {file = "onnxoptimizer-0.3.8-cp39-cp39-win_amd64.whl", hash = "sha256:14c767335525db75ca2292bad0f8d84d1056764cb29ea1bd81303b3477322498"}, - {file = "onnxoptimizer-0.3.8.tar.gz", hash = "sha256:158bf9fda2e33bfe8ba1484f295cf25447921822f840de90831f7007af1295d3"}, -] - -[package.dependencies] -onnx = "*" - -[package.extras] -mypy = ["mypy (==0.600)"] - [[package]] name = "opencv-python" version = "4.7.0.72" @@ -1748,4 +1728,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "2f03dc2b78d4bae0ad744f554ef53bdd4f54fe819df580e33cfaf05c20728875" +content-hash = "2af3c963a711746d7b7054c2030f95ba042fb09217b40d81510abc856e48205d" diff --git a/pyproject.toml b/pyproject.toml index f75f9c3..e9aa571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ tqdm = "^4.64.1" imgaug = "^0.4.0" torchsummary = "^1.5.1" onnx = "^1.9.0" -onnx-simplifier = "^0.3.5" +onnx-simplifier = "^0.4.28" PyYAML = "^6.0" opencv-python = "^4.5.2"