Skip to content

Commit 9b117fa

Browse files
authored
Add version requirement to matplotlib (#10837)
1 parent 5604853 commit 9b117fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ io = [
4747
]
4848
etc = ["sparse>=0.15"]
4949
parallel = ["dask[complete]"]
50-
viz = ["cartopy>=0.23", "matplotlib", "nc-time-axis", "seaborn"]
50+
viz = ["cartopy>=0.23", "matplotlib>=3.8", "nc-time-axis", "seaborn"]
5151
types = [
5252
"pandas-stubs",
5353
"scipy-stubs",

0 commit comments

Comments
 (0)