Skip to content

Commit

Permalink
feat: Use Stan 2.35.0
Browse files Browse the repository at this point in the history
httpstan now at 4.13.0 (Stan 2.35.0).
  • Loading branch information
riddell-stan committed Jul 3, 2024
1 parent 0001385 commit 4ee9075
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.9.1"
version = "3.10.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.10"
aiohttp = "^3.6"
httpstan = "~4.12"
httpstan = "~4.13"
pysimdjson = ">=5.0.2,<7"
numpy = ">=1.19"
clikit = "^0.6"
Expand Down

0 comments on commit 4ee9075

Please sign in to comment.