Skip to content

Commit 08e3bc3

Browse files
authored
pin xarray-datatree and prepare release (#26)
* pin xarray-datatree * update version and dependencies
1 parent 7dddb21 commit 08e3bc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ classifiers = [
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python",
2121
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
2423
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2525
]
2626
dynamic = ["version", "description"]
2727
dependencies = [
28-
"numpy>=1.23",
28+
"numpy>=1.24",
2929
"xarray>=2022.6.0,<2024.9.1",
30-
"xarray-datatree",
30+
"xarray-datatree<0.0.15",
3131
"typing-extensions>=3.10",
3232
]
3333

src/arviz_base/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Base ArviZ version."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)