Skip to content

Commit

Permalink
Require matplotlib<3.10 for astropy<6 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanep97 authored Dec 18, 2024
1 parent ba4967b commit ae9fc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
requires-python = ">=3.11,<3.13"
dependencies = [
"numpy>=1.26.4,<2",
"matplotlib>=3.7.1,<4",
"matplotlib>=3.7.1,<3.10", # See https://github.com/juanep97/iop4/issues/160
"bokeh==3.6.0", # Bokeh version must match the one in iop4api/templates/iop4api/index.html.
"scipy>=1.10.1,<2",
"astropy>=5.2.2,<6",
Expand Down

0 comments on commit ae9fc63

Please sign in to comment.