Skip to content

Commit 9d33424

Browse files
committed
#233 Fix missing upper version bound of NumPy
1 parent 4d18ece commit 9d33424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ documentation = "https://astropenguin.github.io/xarray-dataclasses/"
1414
python = ">=3.8, <3.14"
1515
numpy = [
1616
{ version = ">=1.22, <1.25", python = ">=3.8, <3.9" },
17-
{ version = ">=1.22", python = ">=3.9, <3.14" },
17+
{ version = ">=1.22, <3.0", python = ">=3.9, <3.14" },
1818
]
1919
typing-extensions = "^4.0"
2020
xarray = [

0 commit comments

Comments
 (0)