Skip to content

Commit

Permalink
fix: Avoid micromamba being confused by '[plot]'
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 committed Oct 2, 2024
1 parent 92b4092 commit 6665581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 6665581

Please sign in to comment.