Skip to content

Commit

Permalink
escalate: g4e has on compat variant, now uses validated
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Nov 19, 2024
1 parent accaafa commit a339e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/escalate/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Escalate(BundlePackage):
# depends_on('[email protected]', when='@1.1.0') # FIXME no package
depends_on("[email protected] +pythia6", when="@1.1.0")
depends_on("[email protected] +acts +genfit", when="@1.1.0")
depends_on("[email protected] +compat", when="@1.1.0")
depends_on("[email protected] ~validated", when="@1.1.0")
depends_on("[email protected] +root", when="@1.1.0")

version("1.0.1")
Expand Down

0 comments on commit a339e28

Please sign in to comment.