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 e93c7bb commit b2cb2c9Copy full SHA for b2cb2c9
pyproject.toml
@@ -30,7 +30,13 @@ dependencies = [
30
[project.optional-dependencies]
31
stan = ["bridgestan >= 2.4.1"]
32
pymc = ["pymc >= 5.15.0", "numba >= 0.59.1"]
33
-all = ["bridgestan >= 2.4.1", "pymc >= 5.15.0", "numba >= 0.59.1"]
+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
+]
40
41
[tool.ruff]
42
line-length = 88
0 commit comments