Add matplotlib to the dependencies

This commit is contained in:
Alexander Hess 2021-05-25 01:14:07 +02:00
commit 40dd3f2c97
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 139 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"
matplotlib = "^3.4.2"
numpy = "^1.20.3"
scikit-learn = "^0.24.2"