From 44b4ec17d3737fba16c27521aa7d2632430f14c5 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Mon, 8 Jul 2024 17:08:09 +0200 Subject: [PATCH] Update the (un-pinned) dependencies --- README.md | 2 +- pyproject.toml | 32 +++++++++++++++++--------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 0aeffea..4db715a 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index aae846f..9f90d24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"