Skip to content

Commit

Permalink
updates to setup.cfg
Browse files Browse the repository at this point in the history
relax package versions, remove broken pruning tool from cmdline
  • Loading branch information
maltanar authored Jul 28, 2023
1 parent 193808f commit a143839
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a143839

Please sign in to comment.