Update the (un-pinned) dependencies

This commit is contained in:
Alexander Hess 2024-07-08 17:08:09 +02:00
parent c4cf51275f
commit 44b4ec17d3
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 18 additions and 16 deletions

View file

@ -41,7 +41,7 @@ To learn about Python and programming in detail,
### Getting started & Installation
To follow this workshop, an installation of **Python 3.8** or higher is expected.
To follow this workshop, an installation of **Python 3.9** or higher is expected.
A popular and beginner friendly way is
to install the [Anaconda Distribution](https://www.anaconda.com/products/individual)

View file

@ -29,20 +29,22 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.8"
jupyterlab = "^3.0.16"
missingno = "^0.4.2"
matplotlib = "^3.4.2"
numpy = "^1.20.3"
pandas = "^1.2.4"
requests = "^2.25.1"
scikit-learn = "^0.24.2"
seaborn = "^0.11.1"
statsmodels = "^0.12.2"
tabulate = "^0.8.9"
tqdm = "^4.61.0"
xlrd = "^2.0.1"
python = "^3.9"
jupyterlab = "^4.2"
matplotlib = "^3.9"
missingno = "^0.5"
numpy = "^2.0"
pandas = "^2.2"
requests = "^2.32"
scikit-learn = "^1.5"
seaborn = "^0.13"
statsmodels = "^0.14"
tabulate = "^0.9"
tqdm = "^4.66"
xlrd = "^2.0"
[tool.poetry.group.dev.dependencies]
black = "^21.5b1"
pylint = "^2.8.2"
black = {extras = ["jupyter"], version = "^24.4"}
pylint = "^3.2"