Skip to content

Commit

Permalink
fix: Require newer httpstan
Browse files Browse the repository at this point in the history
Require httpstan>=2.1.0 so behavior of pystan is consistent.
Older versions of httpstan may work fine.
  • Loading branch information
riddell-stan committed Aug 20, 2020
1 parent 554e7b0 commit 08418f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
aiohttp = "^3.6"
httpstan = "^2.0.2"
httpstan = "^2.1.0"
numpy = "^1.7"
clikit = "^0.6.2"

Expand Down

0 comments on commit 08418f3

Please sign in to comment.