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 c2ef63d commit fa07598Copy full SHA for fa07598
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.7.0",
45
"xarray-einstats",
46
"xarray",
47
]
src/arviz_stats/_version.py
@@ -1,3 +1,3 @@
1
"""ArviZ version."""
2
3
-__version__ = "0.7.0.dev0"
+__version__ = "0.7.0"
0 commit comments