Skip to content

Commit

Permalink
exercises: Updated all requirements.txt to feature the latest version…
Browse files Browse the repository at this point in the history
…s of the packages we use (while testing that our sample solutions are still valid for these versions)
  • Loading branch information
dominik-probst committed Jul 1, 2024
1 parent 8d030a4 commit 87552ea
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 28 deletions.
7 changes: 3 additions & 4 deletions exercise/1-Introduction-Python-Pandas/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
18 changes: 9 additions & 9 deletions exercise/2-Data-Analysis-Preprocessing/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions exercise/3-Frequent-Patterns/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions exercise/4-Classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
13 changes: 6 additions & 7 deletions exercise/5-Clustering/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 87552ea

Please sign in to comment.