Add numpy to the dependencies

This commit is contained in:
Alexander Hess 2021-05-25 01:11:18 +02:00
commit 2c15cad48f
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ repository = "https://github.com/webartifex/intro-to-data-science"
[tool.poetry.dependencies]
python = "^3.8"
jupyterlab = "^3.0.16"
numpy = "^1.20.3"
scikit-learn = "^0.24.2"
[tool.poetry.dev-dependencies]