Skip to content

Commit

Permalink
temporary pin (issues with zarr version 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Jan 10, 2025
1 parent 2246522 commit b4c67d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ authors = [
{name = "Joel Oskarsson", email = "joel.oskarsson@liu.se"},
]
dependencies = [
"xarray>=2024.2.0",
"zarr>=2.17.0",
"xarray==2024.2.0",
"zarr==2.17.0",
"pyyaml>=6.0.1",
"loguru>=0.7.2",
"isodate>=0.6.1",
Expand All @@ -24,7 +24,7 @@ dependencies = [
"psutil>=5.7.2",
"pyproj>=3.7.0",
]
requires-python = ">=3.9"
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}

Expand Down

0 comments on commit b4c67d7

Please sign in to comment.