conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
456 stars 101 forks source link

Replace distutils.LooseVersion with packaging.Version #598

Closed jfrost-mo closed 4 months ago

jfrost-mo commented 4 months ago

distutils was removed in python 3.12, so this is needed for conda-lock to work beyond python 3.11.

Fixes https://github.com/conda/conda-lock/issues/596

Will require the conda-lock.yml files regenerating due to the updated dependency.

netlify[bot] commented 4 months ago

Deploy Preview for conda-lock ready!

Name Link
Latest commit 5c970659bbafcb713e9f8d7a30e327a9844be84a
Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/65c0e04d2bb8640008ba88de
Deploy Preview https://deploy-preview-598--conda-lock.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

maresb commented 4 months ago

Thanks for this! I'm glad that our changes were identical. Let's continue in #597.