Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt0x committed Mar 25, 2024
1 parent 67c0785 commit d0c21bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modeci_mdf/interfaces/onnx/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def mdf_to_onnx(mdf_model):
make_model_kwargs = {}
try:
from packaging.version import Version, InvalidVersion

v = Version(onnxruntime.__version__)

if v < Version("1.15"):
Expand Down

0 comments on commit d0c21bf

Please sign in to comment.