From a001493612bad51e9eb926d639175b2fffe40fb5 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 3 Oct 2024 10:46:36 -0500 Subject: [PATCH] fix: Avoid micromamba being confused by '[plot]' (#30) * 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 +- iris-hep/3.11/environment.yml | 2 +- iris-hep/3.8/environment.yml | 2 +- scikit-hep/3.11/environment.yml | 2 +- scikit-hep/3.8/environment.yml | 2 +- 6 files changed, 6 insertions(+), 6 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 diff --git a/iris-hep/3.11/environment.yml b/iris-hep/3.11/environment.yml index d3d1862..82c9fc4 100644 --- a/iris-hep/3.11/environment.yml +++ b/iris-hep/3.11/environment.yml @@ -8,7 +8,7 @@ dependencies: # Scikit-HEP - uproot>=4.0.0 # versions controlled through coffea - 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/3.8/environment.yml b/iris-hep/3.8/environment.yml index 4601e2d..4679ff9 100644 --- a/iris-hep/3.8/environment.yml +++ b/iris-hep/3.8/environment.yml @@ -8,7 +8,7 @@ dependencies: # Scikit-HEP - uproot>=4.0.0 # versions controlled through coffea - 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/scikit-hep/3.11/environment.yml b/scikit-hep/3.11/environment.yml index 0475556..704a21a 100644 --- a/scikit-hep/3.11/environment.yml +++ b/scikit-hep/3.11/environment.yml @@ -7,7 +7,7 @@ dependencies: - python=3.11 - 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/scikit-hep/3.8/environment.yml b/scikit-hep/3.8/environment.yml index 1cfb512..d0962a8 100644 --- a/scikit-hep/3.8/environment.yml +++ b/scikit-hep/3.8/environment.yml @@ -7,7 +7,7 @@ dependencies: - python=3.8 - 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