Skip to content

Commit 7eccfe3

Browse files
committed
Add major package versions on readme in case users experience issues in future.
1 parent 46e81d3 commit 7eccfe3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,12 @@ From within the root directory in a active virtual environment run:
195195
```
196196
pip install .
197197
```
198-
This will download the relevant dependencies into the venv as well as setting up the datasets that we will be using in the course.
198+
This will download the relevant dependencies into the venv as well as setting up the
199+
datasets that we will be using in the course.\
200+
Whilst the workshop should install and run with the latest versions of python libraries,
201+
it has been tested with following versions for major dependencies: torch 2.0.1,
202+
pandas 2.1.0, palmerpenguins 0.1.4, ipykernel 6.25.2, matplotlib 3.8.0, notebook 7.0.3.
203+
199204

200205
#### 4. Run the notebook
201206

slides/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ <h6>3) Install dependencies</h6>
173173

174174
<p>From within the root directory in a active virtual environment run:
175175
<code>pip install .</code>
176-
This will download the relevant dependencies into the venv as well as setting up the datasets that we will be using in the course.</p>
176+
This will download the relevant dependencies into the venv as well as setting up the datasets that we will be using in the course.<br>
177+
Whilst the workshop should install and run with the latest versions of python libraries, it has been tested with following versions for major dependencies: torch 2.0.1, pandas 2.1.0, palmerpenguins 0.1.4, ipykernel 6.25.2, matplotlib 3.8.0, notebook 7.0.3.</p>
178+
177179

178180
<h6>4) Run the notebook</h6>
179181
<p>From the current directory, launch the Jupyter notebook server:

0 commit comments

Comments
 (0)