You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having reproducible environments is important for benchmarking. A requirements.txt by itself isn't a sufficient replacement for a lock file like Poetry provides, but pip-tools may be able to provide the needed functionality.
Having reproducible environments is important for benchmarking. A
requirements.txt
by itself isn't a sufficient replacement for a lock file like Poetry provides, butpip-tools
may be able to provide the needed functionality.Reference with interesting discussions and links: Twitter thread on lock files in Python (of particular interest is Dustin Ingram's comment on
pip-tools
).The text was updated successfully, but these errors were encountered: