Skip to content

Commit

Permalink
chore: shift onnxruntime roll-out to EICrecon 1.13 (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Apr 9, 2024
1 parent 85287c4 commit 18639a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eicrecon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +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
depends_on("py-onnxruntime", when="@1.12:") # FIXME change to 1.13 when released

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

0 comments on commit 18639a8

Please sign in to comment.