From 4ee9075b4dce1a20002675c0b072dfe3c3e2a89a Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Wed, 3 Jul 2024 12:12:14 -0400 Subject: [PATCH] feat: Use Stan 2.35.0 httpstan now at 4.13.0 (Stan 2.35.0). --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa7ee85..6a582e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", @@ -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"