Skip to content

Commit

Permalink
[Backport releases/v0.20] juggler: gaudi@36: when @2: (#589)
Browse files Browse the repository at this point in the history
# Description
Backport of #588 to `releases/v0.20`.

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
  • Loading branch information
github-actions[bot] and wdconinc authored Nov 20, 2023
1 parent 1b6a01c commit 78232e0
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 78232e0

Please sign in to comment.