Skip to content

Commit 0c03058

Browse files
committed
Update matplotlib upper pin to 3.9
1 parent 8921657 commit 0c03058

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ https://semver.org/spec/v2.0.0.html
3636
- Upgrade `pillow` upper limit to 10.2.0.
3737
- Update library dependencies:
3838
- Upgrade upper limit for `numpy` to 1.27.0.
39+
- Upgrade upper limit for `matplotlib` to 3.9.0.
3940
- Downgrade upper limit for `pyproj` to 2.2.0 for Python 2.7.
4041
- Set dependency on `packaging` as replacement for `distutils`.
4142
- Update build dependencies:

packages/basemap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matplotlib >= 1.5, < 3.0; python_version == "2.7"
1818
matplotlib >= 1.5, < 2.0; python_version == "3.2"
1919
matplotlib >= 1.5, < 2.0; python_version == "3.3"
2020
matplotlib >= 1.5, < 3.0; python_version == "3.4"
21-
matplotlib >= 1.5, < 3.8; python_version >= "3.5"
21+
matplotlib >= 1.5, < 3.9; python_version >= "3.5"
2222

2323
pyproj >= 1.9.3, < 2.1.0; python_version == "2.6"
2424
pyproj >= 1.9.3, < 2.2.0; python_version == "2.7"

0 commit comments

Comments
 (0)