Skip to content

Commit c560877

Browse files
committed
Upgrade matplotlib upper pin to 3.7
1 parent f304fb1 commit c560877

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ https://semver.org/spec/v2.0.0.html
1313
## [1.3.6]
1414

1515
### Changed
16+
- Upgrade `matplotlib` upper pin to 3.7.
1617
- Upgrade `pyproj` upper pin to 3.5.
1718

1819
## [1.3.5] - 2022-10-25

packages/basemap/requirements.txt

+1-1
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.6; python_version >= "3.5"
21+
matplotlib >= 1.5, < 3.7; python_version >= "3.5"
2222

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

0 commit comments

Comments
 (0)