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 dabb253 commit 92cbee1Copy full SHA for 92cbee1
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>=1.0,<1.1",
45
"xarray-einstats",
46
"xarray>=2024.11.0",
47
]
src/arviz_stats/_version.py
@@ -1,3 +1,3 @@
1
"""ArviZ version."""
2
3
-__version__ = "0.9.0.dev"
+__version__ = "1.0.0"
0 commit comments