Skip to content

Commit ec68b49

Browse files
authored
pin xarray-datatree and prepare 0.3 release (#37)
* pin xarray-datatree * prepare 0.3 release
1 parent 1a499b6 commit ec68b49

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dynamic = ["version", "description"]
2727
dependencies = [
28-
"numpy>=1.23",
28+
"numpy>=1.24",
2929
"scipy>=1.10",
3030
]
3131

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

4141
[project.optional-dependencies]
4242
xarray = [
43-
"xarray>=2022.6.0",
44-
"xarray-datatree",
45-
"arviz-base==0.2",
43+
"arviz-base==0.3.0",
4644
"xarray-einstats",
4745
"numba",
4846
]

src/arviz_stats/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ArviZ version."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)