Skip to content

Commit 16e65d0

Browse files
committed
Use latest CmdStan
Resolves a build failure on new XCode versions
1 parent f093a2d commit 16e65d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
MODEL_DIR = "stan"
2121
MODEL_TARGET_DIR = os.path.join("prophet", "stan_model")
2222

23-
CMDSTAN_VERSION = "2.33.1"
23+
CMDSTAN_VERSION = "2.37.0"
2424
BINARIES_DIR = "bin"
2525
BINARIES = ["diagnose", "print", "stanc", "stansummary"]
2626
TBB_PARENT = "stan/lib/stan_math/lib"

0 commit comments

Comments
 (0)