Skip to content

Commit

Permalink
eicrecon: depends_on py-onnxruntime when @1.12: (#619)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This adds the new onnxruntime dependency in eicrecon. No 1.12 released
yet, but applies to main.
  • Loading branch information
wdconinc authored Apr 6, 2024
1 parent 23e83fe commit 85287c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eicrecon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ class Eicrecon(CMakePackage):
depends_on("catch2", when="@1.0.0:")
depends_on("cppgsl", when="@1.7:")
depends_on("algorithms", when="@1.7:")
depends_on("py-onnxruntime", when="@1.11:") # FIXME change to 1.12 when released

def setup_run_environment(self, env):
env.prepend_path(
Expand Down

0 comments on commit 85287c4

Please sign in to comment.