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 4d95235 commit 0064559Copy full SHA for 0064559
pyproject.toml
@@ -40,7 +40,7 @@ funding = "https://opencollective.com/arviz"
40
41
[project.optional-dependencies]
42
xarray = [
43
- "arviz-base @ git+https://github.com/arviz-devs/arviz-base",
+ "arviz-base >=0.5.0",
44
"xarray-einstats",
45
"numba",
46
]
src/arviz_stats/_version.py
@@ -1,3 +1,3 @@
1
"""ArviZ version."""
2
3
-__version__ = "0.5.0.dev0"
+__version__ = "0.5.0"
0 commit comments