11[tool .poetry ]
22name = " xarray-dataclasses"
3- version = " 1.8 .0"
3+ version = " 1.9 .0"
44description = " xarray data creation by data classes"
55authors = [" Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>" ]
66keywords = [" xarray" , " dataclass" , " dataarray" , " dataset" , " typing" ]
@@ -11,15 +11,15 @@ repository = "https://github.com/astropenguin/xarray-dataclasses/"
1111documentation = " https://astropenguin.github.io/xarray-dataclasses/"
1212
1313[tool .poetry .dependencies ]
14- python = " >=3.8, <3.13 "
14+ python = " >=3.8, <3.14 "
1515numpy = [
1616 { version = " >=1.22, <1.25" , python = " >=3.8, <3.9" },
17- { version = " ^ 1.22" , python = " >=3.9, <3.13 " },
17+ { version = " >= 1.22" , python = " >=3.9, <3.14 " },
1818]
1919typing-extensions = " ^4.0"
2020xarray = [
2121 { version = " >=2022.3, <2023.2" , python = " >=3.8, <3.9" },
22- { version = " >=2022.3, <2025.0" , python = " >=3.9, <3.13 " },
22+ { version = " >=2022.3, <2025.0" , python = " >=3.9, <3.14 " },
2323]
2424
2525[tool .poetry .group .dev .dependencies ]
0 commit comments