Skip to content

Commit 55112fb

Browse files
committed
Update pyshp upper pin to 2.4
1 parent 3aafe9d commit 55112fb

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
@@ -14,6 +14,7 @@ https://semver.org/spec/v2.0.0.html
1414

1515
### Changed
1616
- Upgrade `numpy` upper pin to 1.24.
17+
- Upgrade `pyshp` upper pin to 2.4.
1718

1819
### Fixed
1920
- Relax `numpy` build dependency to ensure that builds work on MacOS.

packages/basemap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ pyproj >= 1.9.3, < 2.1.0; python_version == "3.4"
2727
pyproj >= 1.9.3, < 3.4.0; python_version >= "3.5"
2828

2929
pyshp >= 1.2, < 2.0; python_version == "2.6"
30-
pyshp >= 1.2, < 2.2; python_version >= "2.7"
30+
pyshp >= 1.2, < 2.4; python_version >= "2.7"

0 commit comments

Comments
 (0)