-
Isn't |
Beta Was this translation helpful? Give feedback.
Answered by
frostming
Apr 3, 2024
Replies: 1 comment 1 reply
-
You can try it yourself by doing some modifications to the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
deronnax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pdm install --frozen-lockfile
may still update the pinned versions, but the updates won't be reflected in the lockfile. Whilepdm sync
is guaranteed to be a lock-free operation that installs whatever in the lockfile.You can try it yourself by doing some modifications to the
pyproject.toml
and run those commands