Skip to content

Commit a0b6510

Browse files
committed
Downgrade numpy lower pin to 1.21
1 parent 89e45d2 commit a0b6510

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ https://semver.org/spec/v2.0.0.html
2020
### Fixed
2121
- Downgrade upper pin for Cython requirement from 3.1 to 3.0 due to
2222
build error triggered by `_geoslib.pyx` (solves issue [#581]).
23+
- Downgrade lower pin for `numpy` to `>= 1.21` for Python >= 3.8, whose
24+
upgrade is delayed until `basemap` 1.4.0.
2325

2426
## [1.3.7] - 2023-05-04
2527

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.26; python_version >= "3.8"
11+
numpy >= 1.21, < 1.26; 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)