Skip to content

Commit 74c9a3e

Browse files
ferrinetwiecki
authored andcommitted
Update pyproject.toml
1 parent 37cd5c0 commit 74c9a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ dependencies = [
3030

3131
[project.optional-dependencies]
3232
stan = ["bridgestan >= 2.1.2"]
33-
pymc = ["pymc >= 5.6.0", "numba >= 0.57.1"]
33+
pymc = ["pymc >= 5.5.0", "numba >= 0.57.1"]
3434
all = [
3535
"bridgestan >= 2.1.2",
36-
"pymc >= 5.6.0",
36+
"pymc >= 5.5.0",
3737
"numba >= 0.57.1",
3838
]
3939

0 commit comments

Comments
 (0)