alan-turing-institute / bio-Turing-Way

Experimenting with JupyterBooks, Sphinx, and training materials for biomed/life sciences from the Turing Way.
https://the-turing-way-personas.netlify.app/welcome
Other
4 stars 5 forks source link

Update dependency versions to avoid conflicts #30

Open Iain-S opened 2 years ago

Iain-S commented 2 years ago

At the moment, we pip install pathways/ and then we pip install master/requirements.txt. This second command gives errors because of unresolvable conflicts (e.g. markdown_it v2.0 in pyproject.toml and v0.6 in requirements.txt). We could update the pyproject.toml file and downgrade some dependency versions.