Skip to content

Commit 433e67e

Browse files
authored
#221 Merge pull request from astropenguin/astropenguin/issue220
Fix dependency specifications
2 parents 53585b4 + 99c8a4c commit 433e67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ numpy = [
1919
typing-extensions = "^4.0"
2020
xarray = [
2121
{ version = ">=2022.3, <2023.2", python = ">=3.8, <3.9" },
22-
{ version = "^2022.3 | ^2023.1", python = ">=3.9, <3.13" },
22+
{ version = ">=2022.3, <2024.0", python = ">=3.9, <3.13" },
2323
]
2424

2525
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)