Merge branch 'develop' into main

This commit is contained in:
Alexander Hess 2021-10-05 10:49:20 +02:00
commit da3eb9344d
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
36 changed files with 10333 additions and 3080 deletions

View file

@ -27,10 +27,11 @@ 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"
pandas = "^1.2.4"
scikit-learn = "^0.24.2"
jupyterlab = "^3.1"
matplotlib = "^3.4"
numpy = "^1.21"
pandas = "^1.3"
scikit-learn = "^1.0"
[tool.poetry.dev-dependencies]