conda-forge / aeon-feedstock

A conda-smithy repository for aeon.
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

`aeon` optional dependency install option #1

Open MatthewMiddlehurst opened 11 months ago

MatthewMiddlehurst commented 11 months ago

aeon has a lot of optional dependencies. One of the popular methods of installing the package vis pip is pip install aeon[all_extras].

We can replicate this install option here somewhat using multiple outputs (i.e. here, but this is probably a bit messy and have unnecessary bits).

thewchan commented 11 months ago

there's a way to do multi-output recipes, let me look into it

MatthewMiddlehurst commented 11 months ago

Let me know if you want any help!

thewchan commented 5 months ago

will work on this today