Upgrade dependencies

- jupyterlab => ^3.1
- matplotlib => ^3.4
- numpy => ^1.21
- pandas => ^1.3
- scikit-learn => ^1.0
- various transient dependencies
This commit is contained in:
Alexander Hess 2021-10-03 10:26:55 +02:00
parent 4c38519209
commit 33f2e74c64
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 612 additions and 453 deletions

1054
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -27,10 +27,11 @@ repository = "https://github.com/webartifex/intro-to-data-science"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
jupyterlab = "^3.0.16"
matplotlib = "^3.4.2" jupyterlab = "^3.1"
numpy = "^1.20.3" matplotlib = "^3.4"
pandas = "^1.2.4" numpy = "^1.21"
scikit-learn = "^0.24.2" pandas = "^1.3"
scikit-learn = "^1.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]