Add numpy to the dependencies
This commit is contained in:
parent
31f8517967
commit
5eae503bba
2 changed files with 36 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ repository = "https://github.com/webartifex/ames-housing"
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
jupyterlab = "^3.0.16"
|
||||
numpy = "^1.20.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^21.5b1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue