There was an error while loading. Please reload this page.
1 parent 4f478ea commit b2de789Copy full SHA for b2de789
2 files changed
pyproject.toml
@@ -41,7 +41,7 @@ funding = "https://opencollective.com/arviz"
41
[project.optional-dependencies]
42
# user facing optional dependency blocks
43
xarray = [
44
- "arviz-base @ git+https://github.com/arviz-devs/arviz-base",
+ "arviz-base>=0.8.0,<0.9.0",
45
"xarray-einstats",
46
"xarray",
47
]
src/arviz_stats/_version.py
@@ -1,3 +1,3 @@
1
"""ArviZ version."""
2
3
-__version__ = "0.8.0dev0"
+__version__ = "0.8.0"
0 commit comments