Skip to content

Commit

Permalink
feat: Use Stan 2.25.0
Browse files Browse the repository at this point in the history
Use Stan 2.25.0. Update httpstan version and bump PyStan version.
  • Loading branch information
riddell-stan committed Oct 27, 2020
1 parent a595581 commit 0adea1e
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.0.0-beta.3"
version = "3.0.0-beta.4"
description = "Python interface to Stan, a package for Bayesian inference"
authors = [
"Allen Riddell <riddella@indiana.edu>",
Expand All @@ -23,7 +23,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
aiohttp = "^3.6"
httpstan = "^2.2.0"
httpstan = "^2.3.0"
numpy = "^1.7"
clikit = "^0.6.2"

Expand Down

0 comments on commit 0adea1e

Please sign in to comment.