Skip to content

Commit 6d342ca

Browse files
authored
Merge pull request #27 from Aquaveo/fix-dependencies-4-aug-2025
Pin dependencies related to weather data retrieval
2 parents 3d57a8f + eeec03a commit 6d342ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "loone_data_prep"
7-
version = "1.2.2"
7+
version = "1.2.3"
88
description = "Prepare data to run the LOONE model."
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -24,5 +24,6 @@ dependencies = [
2424
"openmeteo_requests",
2525
"requests_cache",
2626
"retry-requests",
27-
"eccodes==2.42.0"
27+
"eccodes==2.41.0",
28+
"xarray==2025.4.0"
2829
]

0 commit comments

Comments
 (0)