Skip to content

Commit

Permalink
fix: Add missing numpy requirement
Browse files Browse the repository at this point in the history
numpy is obviously a requirement. Everything works without
this requirement because `httpstan` requires numpy. We
cannot assume that this will always be the case.
  • Loading branch information
riddell-stan committed Jul 8, 2020
1 parent d61ef86 commit ac09ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
python = "^3.7"
aiohttp = "^3.6"
httpstan = "^2.0.2"
numpy = "^1.7"
tqdm = "^4.14"

# docs
Expand Down

0 comments on commit ac09ed3

Please sign in to comment.