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
As #21 shows, we need to pin package and dependency versions such that we can prevent the divergence of environments.
We could use uv for that, or use the standards compliant pylock.toml as per PEP 751.
As #21 shows, we need to pin package and dependency versions such that we can prevent the divergence of environments.
We could use uv for that, or use the standards compliant
pylock.tomlas per PEP 751.