5.4.4. Dependencies #
Refers to the libraries and frameworks used in the analysis. Specifying exact versions helps control for changes that could affect results.
How?
Include dependency declarations in your repository. E.g.,
requirements.txtorenvironment.yml.Pin dependencies rather than minimal requirements. E.g.,
numpy==1.19.2instead ofnumpy>=1.19.2.