File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ https://keepachangelog.com/en/1.0.0/
1010https://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
10401045https://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] :
10451052https://github.com/matplotlib/basemap/compare/v1.3.5...v1.3.6
10461053[ 1.3.5] :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ numpy >= 1.15, < 1.17; python_version == "3.4"
88numpy >= 1.16 , < 1.19 ; python_version == "3.5"
99numpy >= 1.19 , < 1.20 ; python_version == "3.6"
1010numpy >= 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
1313cycler < 0.11 ; python_version == "3.2"
1414pyparsing >= 1.5 , < 2.4.1 ; python_version == "2.6"
You can’t perform that action at this time.
0 commit comments