Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3aafe9d

Browse files
committed
Update numpy upper pin to 1.24
1 parent a781572 commit 3aafe9d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ https://semver.org/spec/v2.0.0.html
1212

1313
## [Unreleased]
1414

15+
### Changed
16+
- Upgrade `numpy` upper pin to 1.24.
17+
1518
### Fixed
1619
- Relax `numpy` build dependency to ensure that builds work on MacOS.
1720

packages/basemap/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
requires = [
33
'setuptools',
44
'wheel',
5-
'numpy >= 1.21.4, < 1.23; python_version >= "3.10"',
6-
'numpy >= 1.16.6, < 1.23; python_version == "2.7" or (python_version >= "3.4" and python_version <= "3.9")',
5+
'numpy >= 1.21.4, < 1.24; python_version >= "3.10"',
6+
'numpy >= 1.16.6, < 1.24; python_version == "2.7" or (python_version >= "3.4" and python_version <= "3.9")',
77
'numpy >= 1.11.3, < 1.12; python_version == "2.6" or (python_version >= "3.2" and python_version <= "3.3")',
88
'cython >= 0.29, < 3.1; python_version >= "3.3" or python_version < "3.0"',
99
'cython >= 0.26, < 0.27; python_version == "3.2"'

packages/basemap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ numpy >= 1.11, < 1.12; python_version == "3.3"
77
numpy >= 1.15, < 1.17; python_version == "3.4"
88
numpy >= 1.16, < 1.19; python_version == "3.5"
99
numpy >= 1.16, < 1.20; python_version == "3.6"
10-
numpy >= 1.21, < 1.23; python_version >= "3.7"
10+
numpy >= 1.21, < 1.24; python_version >= "3.7"
1111

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

0 commit comments

Comments
 (0)