Skip to content

Commit

Permalink
pin xarray-datatree and prepare 0.3 release (#37)
Browse files Browse the repository at this point in the history
* pin xarray-datatree

* prepare 0.3 release
  • Loading branch information
OriolAbril authored Nov 6, 2024
1 parent 1a499b6 commit ec68b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dynamic = ["version", "description"]
dependencies = [
"numpy>=1.23",
"numpy>=1.24",
"scipy>=1.10",
]

Expand All @@ -40,9 +40,7 @@ funding = "https://opencollective.com/arviz"

[project.optional-dependencies]
xarray = [
"xarray>=2022.6.0",
"xarray-datatree",
"arviz-base==0.2",
"arviz-base==0.3.0",
"xarray-einstats",
"numba",
]
Expand Down
2 changes: 1 addition & 1 deletion src/arviz_stats/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ArviZ version."""

__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit ec68b49

Please sign in to comment.