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/
10
10
https://semver.org/spec/v2.0.0.html
11
11
12
12
13
+ ## [ 1.3.7] - 2023-05-04
14
+
15
+ ### Changed
16
+ - Upgrade ` numpy ` upper pin to 1.25.
17
+
13
18
## [ 1.3.6] - 2022-10-31
14
19
15
20
### Added
@@ -1040,7 +1045,9 @@ https://github.com/matplotlib/basemap/issues/228
1040
1045
https://github.com/matplotlib/basemap/issues/179
1041
1046
1042
1047
[ 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
1044
1051
[ 1.3.6] :
1045
1052
https://github.com/matplotlib/basemap/compare/v1.3.5...v1.3.6
1046
1053
[ 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"
8
8
numpy >= 1.16 , < 1.19 ; python_version == "3.5"
9
9
numpy >= 1.19 , < 1.20 ; python_version == "3.6"
10
10
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"
12
12
13
13
cycler < 0.11 ; python_version == "3.2"
14
14
pyparsing >= 1.5 , < 2.4.1 ; python_version == "2.6"
You can’t perform that action at this time.
0 commit comments