Skip to content

Commit

Permalink
juggler: gaudi@36: when @2: (#588)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
Gaudi 37 works with current juggler.
  • Loading branch information
wdconinc committed Nov 20, 2023
1 parent bec2fbb commit d130e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/juggler/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class Juggler(CMakePackage):
depends_on("tensorflow-lite")

depends_on("gaudi", when="@master")
depends_on("gaudi@36", when="@2:")
depends_on("gaudi@36:", when="@2:")
depends_on("gaudi@33:34", when="@:1.8")

depends_on("acts +identification +json +tgeo +dd4hep")
Expand Down

0 comments on commit d130e45

Please sign in to comment.