Skip to content

Commit 9200be5

Browse files
Merge pull request #288 from observingClouds/fix_matplotlib
pin matplotlib to fix windows issue
2 parents 59c5537 + 77ea4e6 commit 9200be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
test_requirements = ["pytest", "pooch", "netcdf4", "dask"]
1818

1919
extras_require = {
20-
"viz": ["matplotlib", "cmcrameri"],
20+
"viz": ["matplotlib<3.9.1", "cmcrameri"],
2121
"prefect": ["prefect>=1.0.0,<2.0"],
2222
"io": ["netcdf4", "zarr"],
2323
"julia": ["julia"],

0 commit comments

Comments
 (0)