Skip to content

Commit c3ccd93

Browse files
committed
Add missing dependency #8
1 parent 4a46fb0 commit c3ccd93

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [0.7.1] - 2025-04-14
8+
9+
### Fixed
10+
11+
- Added `xarray` dependency ([#8](https://github.com/EOPF-Sample-Service/eopf-stac/issues/8))
12+
713
## [0.7.0] - 2025-04-14
814

915
### Changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "epof-stac"
7-
version = "0.6.0"
7+
version = "0.7.1"
88
authors = [
99
{ name="Mario Winkler", email="[email protected]" }
1010
]
@@ -25,6 +25,7 @@ dependencies = [
2525
"stactools-sentinel2",
2626
"stactools-sentinel1",
2727
"geojson",
28+
"xarray"
2829
]
2930
[project.optional-dependencies]
3031
dev = [

0 commit comments

Comments
 (0)