StabilityMatrix
StabilityMatrix copied to clipboard
Rearrange the packages
Proposal
Hello. I want to manually reorder the packages that are currently sorted by the order they were added.
Unfortunately, the python package managers (pip or uv) rarely support support tracking of package metadata like that. Maybe supported in some way conda.
The only information to go off of universally would be the filesystem metadata for each package directory when it installed or updated.
If you went to the virtual environment's site-packages directory (ex: D:\Data\Packages\ComfyUI\venv\Lib\site-packages), then you can sort by last modified and maybe you can accomplish what you're looking for that way.