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 b4e5515 commit f4da5c2Copy full SHA for f4da5c2
pyproject.toml
@@ -26,8 +26,8 @@ classifiers = [
26
]
27
dynamic = ["version", "description"]
28
dependencies = [
29
- "arviz-base >=0.7.0",
30
- "arviz-stats[xarray] >=0.7.0",
+ "arviz-base @ git+https://github.com/arviz-devs/arviz-base",
+ "arviz-stats[xarray] @ git+https://github.com/arviz-devs/arviz-stats",
31
32
33
[tool.flit.module]
src/arviz_plots/_version.py
@@ -1,2 +1,2 @@
1
"""Base ArviZ version."""
2
-__version__ = "0.7.0"
+__version__ = "0.8.0dev0"
0 commit comments