Skip to content

Commit

Permalink
feat: Use Stan 2.34.1
Browse files Browse the repository at this point in the history
httpstan now at 4.12.0 (Stan 2.34.1).
  • Loading branch information
riddell-stan committed Feb 7, 2024
1 parent 1d8c816 commit 0be246b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
strategy:
matrix:
include:
- {runs-on: ubuntu-20.04, python-version: "3.8"}
- {runs-on: ubuntu-20.04, python-version: "3.9"}
- {runs-on: ubuntu-22.04, python-version: "3.10"}
- {runs-on: ubuntu-22.04, python-version: "3.11"}
- {runs-on: macos-11, python-version: "3.8"}
- {runs-on: macos-11, python-version: "3.9"}
- {runs-on: macos-11, python-version: "3.10"}
- {runs-on: macos-11, python-version: "3.11"}
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pystan"
version = "3.8.0"
version = "3.9.0"
description = "Python interface to Stan, a package for Bayesian inference"
authors = [
"Allen Riddell <[email protected]>",
Expand All @@ -22,9 +22,9 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
aiohttp = "^3.6"
httpstan = "~4.11"
httpstan = "~4.12"
pysimdjson = "^5.0.2"
numpy = "^1.19"
clikit = "^0.6"
Expand Down

0 comments on commit 0be246b

Please sign in to comment.