Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine authored and twiecki committed Sep 12, 2023
1 parent 37cd5c0 commit 74c9a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ dependencies = [

[project.optional-dependencies]
stan = ["bridgestan >= 2.1.2"]
pymc = ["pymc >= 5.6.0", "numba >= 0.57.1"]
pymc = ["pymc >= 5.5.0", "numba >= 0.57.1"]
all = [
"bridgestan >= 2.1.2",
"pymc >= 5.6.0",
"pymc >= 5.5.0",
"numba >= 0.57.1",
]

0 comments on commit 74c9a3e

Please sign in to comment.