stan-dev / pystan

PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io
ISC License
337 stars 58 forks source link

feat: Use Stan 2.32.0 #385

Closed riddell-stan closed 1 year ago

riddell-stan commented 1 year ago

httpstan now at 4.10.0 (Stan 2.32.0).

Pin httpstan to >=4.10,<4.11.

Reminder that in poetry, a tilde version requirement pins the minor version. That is, ~1.2.3 means >=1.2.3,<1.3.0.