-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
In a recent debugging session, @minrk pointed out that if you only partially pin your repository (e.g. pin numpy versions but don't pin Python), you are likely going to break future-reproducibility. This is because the non-pinned version may stop supporting your pinned version.
We have a short guide to reproducibility here, and this would make a nice addition!
Edit from Tim: Want to help out with this? Suggested steps on what needs doing are here.
mdeff and stefnotch