Skip to content

Commit af942b1

Browse files
authored
Harmonize nisar dependencies (#35)
1 parent 370009e commit af942b1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
- Changed minimum versions of `nisar` extra dependencies to better match other packaging extras
12+
1013

1114
## [0.5.0] - 2026-07-09
1215

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ cosmo = [
4242
]
4343

4444
nisar = [
45-
"h5py>=3.12.1",
45+
"h5py>=3.11.0",
4646
"python-dateutil>=2.9.0",
47-
"shapely>=2.0.2",
47+
"shapely>=2.0.6",
4848
]
4949

5050
terrasar = [

0 commit comments

Comments
 (0)