Skip to content

Commit

Permalink
feat: Use Stan 2.33.0
Browse files Browse the repository at this point in the history
httpstan now at 4.11.0 (Stan 2.33.0).

Pin httpstan to >=4.11,<4.12.

Reminder that in poetry, a tilde version requirement pins the minor
version. That is, ~1.2.3 means >=1.2.3,<1.3.0.
  • Loading branch information
riddell-stan committed Dec 13, 2023
1 parent 8786c47 commit afed3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pystan"
version = "3.7.0"
version = "3.8.0"
description = "Python interface to Stan, a package for Bayesian inference"
authors = [
"Allen Riddell <[email protected]>",
Expand All @@ -24,7 +24,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "^3.6"
httpstan = "~4.10"
httpstan = "~4.11"
pysimdjson = "^5.0.2"
numpy = "^1.19"
clikit = "^0.6"
Expand Down

0 comments on commit afed3d3

Please sign in to comment.