Adding `mne` library dependency
This MR adds the mne
library dependency (available on conda-forge
)
Merge request reports
Activity
requested review from @ydayer
assigned to @flavio.tarsetti
ping @smichel: adding mne library via this MR
mne=1.1.0
is available on conda-forge. Everything looks good. Thank you for the addition.The package pin will be available on the beta conda channel as soon as this merges.
On the next release, the pin will be available on the main conda channel.
enabled an automatic merge when the pipeline for 06cbbf77 succeeds
Hmm. Seems like there are some dependencies issues on arm64.
package mne-1.1.0-hce30654_0 requires pyobjc-framework-cocoa, but none of the providers can be installed
Which is weird as it exists in conda-forge.
Edited by Yannick DAYERSadly there is something weird with our CI configuration that prevents installation of
mne
onmacos-arm64
. This will need more work. I'll open an issue for that weird behavior.Meanwhile, I've added the
mne-base
package pin in !308 (merged), as the needed functionalities are in this package.mentioned in issue #103