Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restrict matplotlib
Browse files Browse the repository at this point in the history
dsavchenko authored Dec 18, 2024
1 parent fab586c commit a6f7bcc
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
@@ -22,7 +22,7 @@ dependencies = [
"future",
"astropy>=3.2,<=6.1.4",
"json_tricks",
"matplotlib",
"matplotlib<3.10",
"numpy<2.0",
"jsonschema",
"pyjwt",

0 comments on commit a6f7bcc

Please sign in to comment.