Add numpy to the dependencies

The numpy library is briefly introduced in notebook 02
This commit is contained in:
Alexander Hess 2019-09-22 20:19:28 +02:00
commit f6068383ba
3 changed files with 12 additions and 1 deletions

View file

@ -8,6 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.6"
jupyter = "^1.0"
numpy = "^1.17"
[tool.poetry.dev-dependencies]
black = {version = "^18.3-alpha.0", allows-prereleases = true}