Update the (un-pinned) dependencies

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

View file

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