From a143839986905745839f2f9da197ca5c18b0bc69 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu Date: Fri, 28 Jul 2023 16:37:56 +0100 Subject: [PATCH] updates to setup.cfg relax package versions, remove broken pruning tool from cmdline --- setup.cfg | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/setup.cfg b/setup.cfg index f14e9070..849f9378 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,14 +46,14 @@ package_dir = install_requires = importlib-metadata; python_version<"3.8" attrs>=22.2.0 - clize==5.0.1 - protobuf==3.20.3 + clize>=5.0.1 + protobuf>=3.20.3 bitstring>=3.1.7 - numpy==1.24.1 - onnx==1.13.0 - onnxruntime==1.15.0 - sigtools==4.0.1 - toposort==1.7.0 + numpy>=1.24.1 + onnx>=1.13.0 + onnxruntime>=1.15.0 + sigtools>=4.0.1 + toposort>=1.7.0 [options.packages.find] @@ -93,7 +93,6 @@ console_scripts = qonnx-inference-cost = qonnx.util.inference_cost:main qonnx-convert = qonnx.util.convert:main qonnx-range-analysis = qonnx.util.range_analysis:main - qonnx-prune-stuck-channels = qonnx.util.prune_stuck_channels:main qonnx-download-model = qonnx.util.test:qonnx_download_model pytest_randomly.random_seeder = qonnx = qonnx.util.random_reseed:reseed