Add numpy to the dependencies
The numpy library is briefly introduced in notebook 02
This commit is contained in:
parent
7d3641282e
commit
f6068383ba
3 changed files with 12 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue