Skip to content

Commit e57d62a

Browse files
committed
Upgrade upper pin for pyproj to 3.6
1 parent 291a706 commit e57d62a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ https://semver.org/spec/v2.0.0.html
1515
### Changed
1616
- Upgrade `numpy` upper pin to 1.25.
1717
- Upgrade `matplotlib` upper pin to 3.8.
18+
- Upgrade `pyproj` upper pin to 3.6.
1819

1920
## [1.3.6] - 2022-10-31
2021

packages/basemap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.5.0; python_version >= "3.5"
28+
pyproj >= 1.9.3, < 3.6.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)