Skip to content

Commit 89e45d2

Browse files
committed
Update upper pins for numpy and pyproj
1 parent 65c3424 commit 89e45d2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ https://semver.org/spec/v2.0.0.html
1313
## [1.3.8]
1414

1515
### Changed
16+
- Upgrade `numpy` upper pin to 1.26.
17+
- Upgrade `pyproj` upper pin to 3.7.
1618
- Upgrade documentation and linting dependencies.
1719

1820
### Fixed

packages/basemap/requirements.txt

Lines changed: 2 additions & 2 deletions
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.25; python_version >= "3.8"
11+
numpy >= 1.22, < 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"
@@ -25,7 +25,7 @@ pyproj >= 1.9.3, < 2.3.0; python_version == "2.7"
2525
pyproj >= 1.9.3, < 1.9.6; python_version == "3.2"
2626
pyproj >= 1.9.3, < 2.1.0; python_version == "3.3"
2727
pyproj >= 1.9.3, < 2.1.0; python_version == "3.4"
28-
pyproj >= 1.9.3, < 3.6.0; python_version >= "3.5"
28+
pyproj >= 1.9.3, < 3.7.0; python_version >= "3.5"
2929

3030
pyshp >= 1.2, < 2.0; python_version == "2.6"
3131
pyshp >= 1.2, < 2.4; python_version >= "2.7"

0 commit comments

Comments
 (0)