Skip to content

Commit

Permalink
Merge pull request #161 from kafitzgerald/mpl_pin
Browse files Browse the repository at this point in the history
Pin matplotlib to <3.8
  • Loading branch information
jukent authored Sep 29, 2023
2 parents b42d49f + a12ae45 commit c138630
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build_envs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: gv-docs
channels:
- conda-forge
dependencies:
- python>=3.9, <3.12
- python>=3.8, <3.11
- cartopy
- cmaps
- matplotlib
- matplotlib<3.8
- pint
- pip
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions build_envs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: geocat_viz_build
channels:
- conda-forge
dependencies:
- python>=3.9, <3.12
- python>=3.8, <3.11
- cartopy
- make
- matplotlib
- matplotlib<3.8
- sphinx
- pip
- cmaps
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ New Features

Bug Fixes
^^^^^^^^^
* Matplotlib pinned to <3.8 `Katelyn Fitzgerald`_ in (:pr:`161`)
* Xarray unpinned by `Katelyn FitzGerald`_ in (:pr:`159`)

v2023.09.0 (September 7, 2023)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ setup_requires =
setuptools
pip
install_requires =
matplotlib
matplotlib<3.8
xarray
numpy
cartopy
Expand Down

0 comments on commit c138630

Please sign in to comment.