Skip to content

Commit

Permalink
Merge pull request #969 from xylar/fix_lat_lon_plots
Browse files Browse the repository at this point in the history
Don't use matplotlib 3.7.2
  • Loading branch information
xylar authored Jul 16, 2023
2 parents 72d8397 + 32df95d commit 4c45ac1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requirements:
- gsw
- lxml
- mache >=1.11.0
- matplotlib-base >=3.6.0
- matplotlib-base >=3.6.0,!=3.7.2
- mpas_tools >=0.16.0
- nco >=4.8.1
- netcdf4
Expand Down
4 changes: 3 additions & 1 deletion dev-spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ geometric_features>=1.2.0
gsw
lxml
mache >=1.11.0
matplotlib-base>=3.6.0
# 3.7.2 contains a bug with tight layouts and insets
# https://github.com/matplotlib/matplotlib/pull/26291
matplotlib-base>=3.6.0,!=3.7.2
mpas_tools>=0.16.0
nco>=4.8.1
netcdf4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'dask',
'gsw',
'lxml',
'matplotlib >=3.6.0',
'matplotlib >=3.6.0,!=3.7.2',
'netcdf4',
'numpy',
'pandas',
Expand Down

0 comments on commit 4c45ac1

Please sign in to comment.