diff --git a/pyproject.toml b/pyproject.toml index 28c9cba..b08c36e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pystan" -version = "3.10.1" +version = "3.14.0" description = "Python interface to Stan, a package for Bayesian inference" authors = [ "Allen Riddell ", @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.12" aiohttp = "^3.6" -httpstan = "~4.13" +httpstan = "~4.17" pysimdjson = ">=5.0.2" numpy = ">=1.19" clikit = "^0.6"