Skip to content

Commit

Permalink
Limit matplotlib to v3.9
Browse files Browse the repository at this point in the history
gammapy causes cannot import name 'AnchoredEllipse' from 'mpl_toolkits.axes_grid1.anchored_artists'
  • Loading branch information
HealthyPear committed Dec 16, 2024
1 parent cba9c9d commit b394ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- pip
- astroplan
- astropy<7
- matplotlib<3.10
- gammapy
- seaborn
- scipy=1.11* # see https://github.com/gammapy/gammapy/pull/4997
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
dependencies = [
"astroplan",
"astropy<7",
"matplotlib<3.10",
"gammapy",
"seaborn",
"scipy<1.12", # see https://github.com/gammapy/gammapy/pull/4997
Expand Down

0 comments on commit b394ee2

Please sign in to comment.