scientific-python / lazy-loader

Populate library namespace without incurring immediate import costs
BSD 3-Clause "New" or "Revised" License
132 stars 20 forks source link

conda-forge doesn't have v0.3 #73

Closed deppen8 closed 1 year ago

deppen8 commented 1 year ago

I was trying to use conda to install the dev requirements for scikit-image and noticed that it couldn't resolve lazy_loader>=0.3.

Looks like v0.3 hasn't been added to conda-forge (https://anaconda.org/conda-forge/lazy_loader/files). I'm happy to make a PR with the few-line changes to the feedstock, but wanted to raise it here in case anything else in the feedstock needs to change too.

bsipocz commented 1 year ago

It looks like there are version update errors for conda-forge, I suppose the package's metadata or the recipe should be fixed first to make the conda packaging work.

(For details: https://conda-forge.org/status/#version_updates, then click on the lazy_loader logs.)

OTOH, lazy_loader is pure python, so you don't really need to rely on third party packaging but can use the official release from pypi.

bsipocz commented 1 year ago

Upstream PR is merged, v0.3 should is now available on conda-forge.