experiments
experiments copied to clipboard
Make python builds deterministic
Version numbers are not specified for dependencies in requirements.txt
which prevents repeatable builds. At a bare minimum we should pin these, though it may instead be worth switching to: pipenv which is now the officially recommended practice.