uber / orbit

A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.
https://orbit-ml.readthedocs.io/en/stable/
Other
1.87k stars 134 forks source link

Update CMDSTAN_VERSION to 2.32.1 to resolve stan-dev/cmdstan#1158 #821

Closed jeongyoonlee closed 1 year ago

jeongyoonlee commented 1 year ago

Description

This PR fixes #822: Installation on M1 with the latest C++ compiler fails due to stan-dev/cmdstan#1158 because orbit uses cmdstan==2.31.0 in setup.py.

This PR updates CMDSTAN_VERSION to 2.32.1, which resolved the issue (ref).

Type of change

Please delete options that are not relevant.

How Has This Been Tested?