10000 Upgrade upper pin for numpy to 1.25 · matplotlib/basemap@72a6123 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72a6123

Browse files
committed
Upgrade upper pin for numpy to 1.25
1 parent 974e092 commit 72a6123

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ https://keepachangelog.com/en/1.0.0/
1010
https://semver.org/spec/v2.0.0.html
1111

1212

13+
## [1.3.7] - 2023-05-04
14+
15+
### Changed
16+
- Upgrade `numpy` upper pin to 1.25.
17+
1318
## [1.3.6] - 2022-10-31
1419

1520
### Added
@@ -1040,7 +1045,9 @@ https://github.com/matplotlib/basemap/issues/228
10401045
https://github.com/matplotlib/basemap/issues/179
10411046

10421047
[Unreleased]:
1043-
https://github.com/matplotlib/basemap/compare/v1.3.6...develop
1048+
https://github.com/matplotlib/basemap/compare/v1.3.7...develop
1049+
[1.3.7]:
1050+
https://github.com/matplotlib/basemap/compare/v1.3.6...v1.3.7
10441051
[1.3.6]:
10451052
https://github.com/matplotlib/basemap/compare/v1.3.5...v1.3.6
10461053
[1.3.5]:

packages/basemap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ numpy >= 1.15, < 1.17; python_version == "3.4"
88
numpy >= 1.16, < 1.19; python_version == "3.5"
99
numpy >= 1.19, < 1.20; python_version == "3.6"
1010
numpy >= 1.21, < 1.22; python_version == "3.7"
11-
numpy >= 1.22, < 1.24; python_version >= "3.8"
11+
numpy >= 1.22, < 1.25; python_version >= "3.8"
1212

1313
cycler < 0.11; python_version == "3.2"
1414
pyparsing >= 1.5, < 2.4.1; python_version == "2.6"

0 commit comments

Comments
 (0)
0