Skip to content

Commit

Permalink
limit pytensor version
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Nov 16, 2023
1 parent 84ee508 commit 9840c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.10,<3.12"
pymc = ">=5.9.0"
pymc = "^5.9.0"
scipy = "1.10.1"
arviz = "^0.14.0"
numpy = ">=1.23.4,<1.26"
Expand All @@ -30,6 +30,7 @@ bambi = "^0.12.0"
numpyro = "^0.12.1"
hddm-wfpt = "^0.1.1"
seaborn = "^0.13.0"
pytensor = "<=2.17.3"

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"
Expand Down

0 comments on commit 9840c25

Please sign in to comment.