From 87552ea85d11ee6bee223ede25ccaec30e5485cc Mon Sep 17 00:00:00 2001 From: Dominik Probst Date: Mon, 1 Jul 2024 09:39:40 +0200 Subject: [PATCH] exercises: Updated all requirements.txt to feature the latest versions of the packages we use (while testing that our sample solutions are still valid for these versions) --- .../requirements.txt | 7 +++---- .../requirements.txt | 18 +++++++++--------- exercise/3-Frequent-Patterns/requirements.txt | 8 ++++---- exercise/4-Classification/requirements.txt | 8 ++++---- exercise/5-Clustering/requirements.txt | 13 ++++++------- 5 files changed, 26 insertions(+), 28 deletions(-) diff --git a/exercise/1-Introduction-Python-Pandas/requirements.txt b/exercise/1-Introduction-Python-Pandas/requirements.txt index 6317497..6c4b0e8 100644 --- a/exercise/1-Introduction-Python-Pandas/requirements.txt +++ b/exercise/1-Introduction-Python-Pandas/requirements.txt @@ -1,5 +1,4 @@ -pandas==1.5.3 -numpy==1.26.1 -sqlalchemy==1.4.48 +pandas==2.2.2 -jupyter==1.0.0 +ipython==8.26.0 +jupyterlab==4.2.3 diff --git a/exercise/2-Data-Analysis-Preprocessing/requirements.txt b/exercise/2-Data-Analysis-Preprocessing/requirements.txt index 0a2b732..7cfd5d6 100644 --- a/exercise/2-Data-Analysis-Preprocessing/requirements.txt +++ b/exercise/2-Data-Analysis-Preprocessing/requirements.txt @@ -1,12 +1,12 @@ -pandas==1.5.3 -numpy==1.26.1 +scipy==1.14.0 +pandas==2.2.2 scikit-learn==1.5.0 -sqlalchemy==2.0.7 -matplotlib==3.7.1 +numpy==1.26.4 squarify==0.4.3 -plotly==5.13.1 -seaborn==0.12.2 -pywaffle==1.1.0 +pywaffle==1.1.1 +matplotlib==3.9.0 +plotly==5.22.0 +seaborn==0.13.2 -ipython==8.11.0 -jupyterlab==3.6.7 +ipython==8.26.0 +jupyterlab==4.2.3 diff --git a/exercise/3-Frequent-Patterns/requirements.txt b/exercise/3-Frequent-Patterns/requirements.txt index bd4ccea..b75b1e0 100644 --- a/exercise/3-Frequent-Patterns/requirements.txt +++ b/exercise/3-Frequent-Patterns/requirements.txt @@ -1,5 +1,5 @@ -pandas==1.5.3 -mlxtend==0.21.0 +pandas==2.2.2 +mlxtend==0.23.1 -ipython==8.11.0 -jupyterlab==3.6.7 +ipython==8.26.0 +jupyterlab==4.2.3 diff --git a/exercise/4-Classification/requirements.txt b/exercise/4-Classification/requirements.txt index bd4ccea..cbc6e2b 100644 --- a/exercise/4-Classification/requirements.txt +++ b/exercise/4-Classification/requirements.txt @@ -1,5 +1,5 @@ -pandas==1.5.3 -mlxtend==0.21.0 +pandas==2.2.2 +scikit-learn==1.5.0 -ipython==8.11.0 -jupyterlab==3.6.7 +ipython==8.26.0 +jupyterlab==4.2.3 diff --git a/exercise/5-Clustering/requirements.txt b/exercise/5-Clustering/requirements.txt index bc8bfa3..80aeba1 100644 --- a/exercise/5-Clustering/requirements.txt +++ b/exercise/5-Clustering/requirements.txt @@ -1,8 +1,7 @@ -pandas==1.5.3 -seaborn==0.12.2 -numpy==1.26.1 -scikit-learn==1.2.2 -matplotlib==3.7.1 +pandas==2.2.2 +scikit-learn==1.5.0 +matplotlib==3.9.0 +seaborn==0.13.2 -ipython==8.11.0 -jupyterlab==3.6.2 +ipython==8.26.0 +jupyterlab==4.2.3