Skip to content

Commit 291a706

Browse files
committed
Upgrade upper pin for matplotlib to 3.8
1 parent 72a6123 commit 291a706

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
@@ -14,6 +14,7 @@ https://semver.org/spec/v2.0.0.html
1414

1515
### Changed
1616
- Upgrade `numpy` upper pin to 1.25.
17+
- Upgrade `matplotlib` upper pin to 3.8.
1718

1819
## [1.3.6] - 2022-10-31
1920

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.7; python_version >= "3.5"
21+
matplotlib >= 1.5, < 3.8; 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)