Skip to content

Commit

Permalink
limit pymc version
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Sep 8, 2023
1 parent 3f821c1 commit 1471416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = ["HSSM", "sequential sampling models", "bayesian", "bayes", "mcmc"]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
pymc = ">=5.6.0,<5.8.0"
pymc = ">=5.6.0,<5.7.0"
scipy = "1.10.1"
arviz = "^0.14.0"
numpy = "^1.23.4"
Expand Down

0 comments on commit 1471416

Please sign in to comment.