#conda
Tag
-
Backporting fixes to older releases on Conda Forge
Some quick notes on how to make a backport Conda Forge release.
Context
We recently had a security vulnerability in Dask which we patched in
2026.1.1(see GHSA-c336-7962-wfj2 for more information on what happened). -
Cleaning up conda environments
Often when I’m developing or debugging in Python I end up creating throw away conda environments. They will be to test some package installation or combination of packages and once I’ve finished I will probably never use them again.