Update the (un-pinned) dependencies
This commit is contained in:
parent
906dfa0345
commit
16c571d462
2 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue