Skip to content

Commit d8c5d4a

Browse files
committed
build: bump some dependency versions
1 parent c838c16 commit d8c5d4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ classifiers = [
2323
dependencies = [
2424
"pyarrow >= 12.0.0",
2525
"pandas >= 2.0",
26-
"xarray >= 2023.06.0",
27-
"arviz >= 0.15.0",
26+
"xarray >= 2025.01.2",
27+
"arviz >= 0.20.0",
2828
]
2929
dynamic = ["version"]
3030

3131
[project.optional-dependencies]
32-
stan = ["bridgestan >= 2.4.1"]
33-
pymc = ["pymc >= 5.15.0", "numba >= 0.59.1"]
34-
pymc-jax = ["pymc >= 5.15.0", "jax >= 0.4.27"]
32+
stan = ["bridgestan >= 2.6.1"]
33+
pymc = ["pymc >= 5.20.1", "numba >= 0.60.0"]
34+
pymc-jax = ["pymc >= 5.20.1", "jax >= 0.4.27"]
3535
all = [
36-
"bridgestan >= 2.4.1",
37-
"pymc >= 5.15.0",
38-
"numba >= 0.59.1",
36+
"bridgestan >= 2.6.1",
37+
"pymc >= 5.20.1",
38+
"numba >= 0.60.0",
3939
"jax >= 0.4.27",
4040
]
4141

0 commit comments

Comments
 (0)