Skip to content

Pin all dependencies with 'pip freeze'

Thomas Kluyver requested to merge freeze-deps into master

Description

We aim to pin all the dependencies so we don't get broken by new versions of things. However, for some reason there are lots of transitive dependencies which haven't been pinned.

I ran pip freeze on max-exfl016, in /home/xcal/deployments/development/git.xfel.eu/detectors/pycalibration/current/.venv, and then fiddled with the order & spelling a bit to minimise the diff.

How Has This Been Tested?

These packages are the versions already installed on max-exfl016, so this shouldn't change anything that already works.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Reviewers

@danilevc @roscar

Merge request reports