From 6665581f4f419a487ada8151caff0dfdfe123128 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 3 Jul 2024 14:10:24 +0200 Subject: [PATCH] fix: Avoid micromamba being confused by '[plot]' * micromamba is confused by the existence of 'mplhep[plot]' in a comment, so to avoid it trying to solve for a nonexistent package configuration indicate that the plot extra is getting used. --- iris-hep-rc/3.11/environment.yml | 2 +- iris-hep-rc/3.8/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iris-hep-rc/3.11/environment.yml b/iris-hep-rc/3.11/environment.yml index 80fc1e4..4e17832 100644 --- a/iris-hep-rc/3.11/environment.yml +++ b/iris-hep-rc/3.11/environment.yml @@ -8,7 +8,7 @@ dependencies: # Scikit-HEP - uproot>=5.0.0 - hist>=2.7.0 - - mplhep>=0.2.16 # hist[plot] + - mplhep>=0.2.16 # hist + plot - cabinetry>=0.5.2 - awkward # versions controlled through uproot - vector # versions controlled through fastjet diff --git a/iris-hep-rc/3.8/environment.yml b/iris-hep-rc/3.8/environment.yml index 4832079..abe246f 100644 --- a/iris-hep-rc/3.8/environment.yml +++ b/iris-hep-rc/3.8/environment.yml @@ -8,7 +8,7 @@ dependencies: # Scikit-HEP - uproot>=5.0.0 - hist>=2.7.0 - - mplhep>=0.2.16 # hist[plot] + - mplhep>=0.2.16 # hist + plot - cabinetry>=0.5.2 - awkward # versions controlled through uproot - vector # versions controlled through fastjet