neuropsychology / NeuroKit

NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing
https://neuropsychology.github.io/NeuroKit
MIT License
1.51k stars 402 forks source link

`mne[data]` is not a thing anymore #928

Open hoechenberger opened 10 months ago

hoechenberger commented 10 months ago

This line:

https://github.com/neuropsychology/NeuroKit/blob/3d004b4777c3e59b288f46b9f0f812ac1e04b5d4/setup.py#L38

can safely be changed to just "mne",, as mne[data] these days only installs mne (the list of "extra dependencies" for data is empty)

https://github.com/mne-tools/mne-python/blob/70fdd8972ffd2dfaaaa9d2a1efa6f0621ec4e61b/setup.py#L63-L66

stale[bot] commented 5 months ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.