Add numpy to the dependencies
This commit is contained in:
parent
e96d380276
commit
2c15cad48f
2 changed files with 2 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue