Update the (un-pinned) dependencies

This commit is contained in:
Alexander Hess 2024-07-15 09:29:49 +02:00
parent 906dfa0345
commit 16c571d462
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 7 additions and 7 deletions

View file

@ -40,7 +40,7 @@ It is only expected that the student has:
### Getting started & Installation ### 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 A popular and beginner friendly way is
to install the [Anaconda Distribution](https://www.anaconda.com/products/individual) to install the [Anaconda Distribution](https://www.anaconda.com/products/individual)

View file

@ -30,12 +30,12 @@ package-mode = false
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.9"
jupyterlab = "^3.1" jupyterlab = "^4.2"
matplotlib = "^3.4" matplotlib = "^3.9"
numpy = "^1.21" numpy = "^2.0"
pandas = "^1.3" pandas = "^2.2"
scikit-learn = "^1.0" scikit-learn = "^1.5"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]