Skip to content

Commit

Permalink
Merge pull request #288 from observingClouds/fix_matplotlib
Browse files Browse the repository at this point in the history
pin matplotlib to fix windows issue
  • Loading branch information
observingClouds authored Aug 4, 2024
2 parents 59c5537 + 77ea4e6 commit 9200be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
test_requirements = ["pytest", "pooch", "netcdf4", "dask"]

extras_require = {
"viz": ["matplotlib", "cmcrameri"],
"viz": ["matplotlib<3.9.1", "cmcrameri"],
"prefect": ["prefect>=1.0.0,<2.0"],
"io": ["netcdf4", "zarr"],
"julia": ["julia"],
Expand Down

0 comments on commit 9200be5

Please sign in to comment.