Skip to content

Commit

Permalink
fix: Avoid micromamba being confused by '[plot]' (#30)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
matthewfeickert authored Oct 3, 2024
1 parent 034009a commit a001493
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion iris-hep-rc/3.11/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion iris-hep-rc/3.8/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion iris-hep/3.11/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion iris-hep/3.8/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scikit-hep/3.11/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scikit-hep/3.8/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a001493

Please sign in to comment.