We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a499b6 commit ec68b49Copy full SHA for ec68b49
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
]
26
dynamic = ["version", "description"]
27
dependencies = [
28
- "numpy>=1.23",
+ "numpy>=1.24",
29
"scipy>=1.10",
30
31
@@ -40,9 +40,7 @@ funding = "https://opencollective.com/arviz"
40
41
[project.optional-dependencies]
42
xarray = [
43
- "xarray>=2022.6.0",
44
- "xarray-datatree",
45
- "arviz-base==0.2",
+ "arviz-base==0.3.0",
46
"xarray-einstats",
47
"numba",
48
src/arviz_stats/_version.py
@@ -1,3 +1,3 @@
1
"""ArviZ version."""
2
3
-__version__ = "0.2.0"
+__version__ = "0.3.0"
0 commit comments