Skip to content

Commit

Permalink
feat: updating cmdstanpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasCowie committed Feb 19, 2024
1 parent 5beeac6 commit 5af3cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maud/running_stan.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
SIM_CONFIG = {
"chains": 1,
"fixed_param": True,
"iter_warmup": 0,
"show_progress": False,
"threads_per_chain": 1,
"adapt_engaged": False,
}
DEFAULT_OPTIMIZE_CONFIG = {
"algorithm": "LBFGS",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "cmdstanpy >= 1.0.7", "wheel"]
requires = ["setuptools", "cmdstanpy >= 1.2.1", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -32,7 +32,7 @@ dependencies = [
"pandas",
"matplotlib",
"toml",
"cmdstanpy >= 1.2.0",
"cmdstanpy >= 1.2.1",
"click",
"depinfo == 1.7.0",
"pydantic >= 2.0",
Expand Down

0 comments on commit 5af3cc7

Please sign in to comment.