Add sklearn to the dependencies

This commit is contained in:
Alexander Hess 2021-05-25 01:10:02 +02:00
commit e96d380276
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 151 additions and 1 deletions

View file

@ -28,5 +28,6 @@ repository = "https://github.com/webartifex/intro-to-data-science"
[tool.poetry.dependencies]
python = "^3.8"
jupyterlab = "^3.0.16"
scikit-learn = "^0.24.2"
[tool.poetry.dev-dependencies]