mne-tools / mne-connectivity

Connectivity algorithms that leverage the MNE-Python API.
https://mne.tools/mne-connectivity/dev/index.html
BSD 3-Clause "New" or "Revised" License
66 stars 34 forks source link

Add conda-forge package? #78

Closed hoechenberger closed 2 years ago

hoechenberger commented 2 years ago

Hello, I just wanted to ask if you'd be interested in a conda-forge package of MNE-Connectivity? I could build one.

Asking because I'm right now looking at packages that would be nice to include in the MNE installers.

larsoner commented 2 years ago

Good idea, feel free to do it @hoechenberger !

hoechenberger commented 2 years ago

WIP: https://github.com/conda-forge/staged-recipes/pull/17982

It seems the conda-forge CI system is experiencing some trouble right now.

hoechenberger commented 2 years ago

The package has been added and should soon be installable via conda install -c conda-forge mne-connectivity

hoechenberger commented 2 years ago

Maybe the install instructions should mention conda too?

adam2392 commented 2 years ago

Cool thanks @hoechenberger !

Is there a good way to update this for each release? / instructions?

hoechenberger commented 2 years ago

Is there a good way to update this for each release? / instructions?

There's actually a bot taking care of this :) Unless dependencies change and building & importing the package fails 😅 then we have to manually intervene