StabilityMatrix icon indicating copy to clipboard operation
StabilityMatrix copied to clipboard

Rearrange the packages

Open technousagi opened this issue 3 months ago • 1 comments

Proposal

Hello. I want to manually reorder the packages that are currently sorted by the order they were added.

technousagi avatar Oct 20 '25 17:10 technousagi

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.

e-nord avatar Oct 31 '25 05:10 e-nord