Skip to content

Commit e125132

Browse files
committed
increase version requirement xarray
1 parent 44aac00 commit e125132

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

pixi.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ keywords = ["xarray", "dataclass", "dataarray", "dataset", "typing"]
2727

2828
requires-python = ">=3.8, <3.14"
2929
dependencies = [
30-
"typing-extensions >=4.14.1,<5",
31-
"numpy >=2.3.1,<3",
32-
"xarray >=2025.7.1,<2026"
33-
]
30+
"numpy >=2.0.0,<3",
31+
"xarray >=2025.7.1,<2026",
32+
"typing-extensions>=4.10.0,<5"]
3433

3534
[project.urls]
3635
Homepage = "https://github.com/astropenguin/xarray-dataclasses/"

0 commit comments

Comments
 (0)