Skip to content

Commit

Permalink
matplotlib 3.10 seems backward-incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzbor committed Dec 17, 2024
1 parent e6dbc54 commit 0ea0c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- numpy>=1.21
- scipy>=1.5,<1.10
- pyyaml # needed to read astropy ecsv file
- matplotlib>=3.4
- matplotlib>=3.4,<=3.9
- sherpa
- pre-commit
- gammapy<1.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
install_requires=["astropy>=5.0,<6.0", "numpy>=1.21", "scipy>=1.5,<1.10", "pyyaml", "matplotlib>=3.4", "sherpa", "pre-commit", "gammapy<1.2"],
install_requires=["astropy>=5.0,<6.0", "numpy>=1.21", "scipy>=1.5,<1.10", "pyyaml", "matplotlib>=3.4,<=3.9", "sherpa", "pre-commit", "gammapy<1.2"],
python_requires=">=3.9,<3.12",
)

0 comments on commit 0ea0c94

Please sign in to comment.