-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix documentation regarding relocking #645
Comments
As far as I can tell, there's currently no direct way to add a new package while keeping the rest fixed. Right? So I would just remove that section. |
I think it's possible by adding the new package to Unfortunately |
That works, but also updates all the existing packages. Same without |
Is it actually updating the existing packages or is it merely clobbering the extensions? |
I'm not sure I understand what you mean by clobbering extensions. But I think it's updating. For example, I have numpy=1.25 in the lockfile, then add pandas to the environment file and run conda-lock again. After that I have numpy=1.26 in the lockfile. |
Ah, thanks for the clarification, I guess it is updating the existing packages. (By "clobbering extensions" I meant replacing all |
It seems that part of #632 doesn't accurately reflect the current behavior of how existing lockfiles are used when relocking.
#632 (comment)
The text was updated successfully, but these errors were encountered: