Skip to content

Commit b2cb2c9

Browse files
committed
build: Add jax as optional dependency
1 parent e93c7bb commit b2cb2c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ dependencies = [
3030
[project.optional-dependencies]
3131
stan = ["bridgestan >= 2.4.1"]
3232
pymc = ["pymc >= 5.15.0", "numba >= 0.59.1"]
33-
all = ["bridgestan >= 2.4.1", "pymc >= 5.15.0", "numba >= 0.59.1"]
33+
pymc-jax = ["pymc >= 5.15.0", "jax >= 0.4.27"]
34+
all = [
35+
"bridgestan >= 2.4.1",
36+
"pymc >= 5.15.0",
37+
"numba >= 0.59.1",
38+
"jax >= 0.4.27",
39+
]
3440

3541
[tool.ruff]
3642
line-length = 88

0 commit comments

Comments
 (0)