Skip to content

Commit a42cc86

Browse files
committed
merge main
2 parents 1b4209c + bd0970c commit a42cc86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

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

30-
requires-python = ">=3.9, <3.14"
30+
requires-python = ">=3.9"
3131
dependencies = [
32-
"numpy >=2.0.0,<3",
33-
"xarray >=2022.3,<2026",
34-
"typing-extensions>=4.10.0,<5"]
32+
"numpy >=2.0.0",
33+
"xarray >=2022.3",
34+
"typing-extensions>=4.10.0"]
3535

3636
[project.urls]
3737
Homepage = "https://github.com/xarray-contrib/xarray-dataclasses/"

0 commit comments

Comments
 (0)