ceps icon indicating copy to clipboard operation
ceps copied to clipboard

Add CEP for optional dependencies in repodata.json

Open wolfv opened this issue 4 years ago • 3 comments

Trying to trigger some discussion even if this is far from finished :)

wolfv avatar Dec 01 '21 08:12 wolfv

Here's some history on this very idea! https://github.com/conda/conda/issues/7502

kenodegard avatar Dec 01 '21 19:12 kenodegard

Related: https://github.com/conda/conda/issues/11053

kenodegard avatar Dec 02 '21 23:12 kenodegard

Is there a particular reason for sorting the option before the main package?

Related: https://github.com/conda/conda/issues/11053

Thanks for linking this @kenodegard - I think it would be awesome to have syntax like package[*args, **kwargs], which can be used both for optional package extensions à la pip (*args) as well as build variants (**kwargs; e.g. gpu=None, gpu=cuda)

h-vetinari avatar Apr 28 '22 23:04 h-vetinari