Skip to content

Commit

Permalink
- stopped recently added exception raising if modelExporters are rais…
Browse files Browse the repository at this point in the history
…ed without dev dependencies
  • Loading branch information
amkrajewski committed Oct 9, 2023
1 parent dc0c3e8 commit a91147c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pysipfenn/core/modelExporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
print('Dependencies for exporting to CoreML, Torch, and ONNX are not installed by default with pySIPFENN. You need '
'to install pySIPFENN in "dev" mode like: pip install -e "pysipfenn[dev]", or like pip install -e ".[dev]" if'
'you are cloned it. See pysipfenn.org for more details.')
raise e


class ONNXExporter:
Expand Down

0 comments on commit a91147c

Please sign in to comment.