Skip to content

Commit

Permalink
#234 Merge pull request from astropenguin/astropenguin/issue233
Browse files Browse the repository at this point in the history
Fix project dependencies
  • Loading branch information
astropenguin authored Dec 9, 2024
2 parents 4d18ece + dd87449 commit 5506e35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below."

title: "xarray-dataclasses"
abstract: "xarray data creation by data classes"
version: 1.9.0
version: 1.9.1
date-released: 2024-12-09
license: "MIT"
doi: "10.5281/zenodo.4624819"
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xarray-dataclasses"
version = "1.9.0"
version = "1.9.1"
description = "xarray data creation by data classes"
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
keywords = ["xarray", "dataclass", "dataarray", "dataset", "typing"]
Expand All @@ -14,7 +14,7 @@ documentation = "https://astropenguin.github.io/xarray-dataclasses/"
python = ">=3.8, <3.14"
numpy = [
{ version = ">=1.22, <1.25", python = ">=3.8, <3.9" },
{ version = ">=1.22", python = ">=3.9, <3.14" },
{ version = ">=1.22, <3.0", python = ">=3.9, <3.14" },
]
typing-extensions = "^4.0"
xarray = [
Expand Down
2 changes: 1 addition & 1 deletion xarray_dataclasses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dataoptions",
"typing",
]
__version__ = "1.9.0"
__version__ = "1.9.1"


# submodules
Expand Down

0 comments on commit 5506e35

Please sign in to comment.