chris-lovejoy / CodingForMedicine

A series of educational exercises, applying programming to medicine
21 stars 13 forks source link

Create a requirements file for package versions used across all exercises #20

Open chris-lovejoy opened 1 year ago

chris-lovejoy commented 1 year ago

The simplest way to do this will be create a pip virtual env (as per current readme descriptions), install the packages, and make sure that all notebooks run without problem -> if so, then can save as requirements.yml file and add a description to the readme for installing those dependencies

medic-code commented 1 year ago

I'll pick this one up @chris-lovejoy.