pipenv
pipenv copied to clipboard
Uninstall a package without updating other packages.
I'm trying to uninstall a package that's no longer in use. But when I run pipenv uninstall <pacakge> It's updating the versions of all packages in the lock file. I tried searching the docs/google and other issues but wasn't able find the info. Is there a way to do it?
Hi any response would be great
@cb-shreyassreenivas Can you confirm what version you are referencing? There is going to be some amount of package updates to re-balance things out with the uninstall, but as of v2024 releases uninstall was made smarter, that it doesn't do a full re-lock of everything.