File tree Expand file tree Collapse file tree 3 files changed +3
-30
lines changed Expand file tree Collapse file tree 3 files changed +3
-30
lines changed Original file line number Diff line number Diff line change @@ -67,24 +67,4 @@ Getting help
67
67
Help with installation is available through the `MNE Forum `_. See the
68
68
:ref: `help ` page for more information.
69
69
70
-
71
- .. LINKS:
72
-
73
- .. _MNELAB : https://github.com/cbrnr/mnelab
74
- .. _autoreject : https://autoreject.github.io/
75
- .. _alphaCSC : https://alphacsc.github.io/
76
- .. _pactools : https://pactools.github.io/
77
- .. _rsa : https://github.com/wmvanvliet/mne-rsa
78
- .. _microstate : https://github.com/wmvanvliet/mne_microstates
79
- .. _conpy : https://aaltoimaginglanguage.github.io/conpy/
80
- .. _eelbrain : https://eelbrain.readthedocs.io/en/stable/index.html
81
- .. _posthoc : https://users.aalto.fi/~vanvlm1/posthoc/python/
82
- .. _pyprep : https://github.com/sappelhoff/pyprep
83
- .. _sesameeg : https://pybees.github.io/sesameeg
84
- .. _invertmeeg : https://github.com/LukeTheHecker/invert
85
- .. _MNE-ARI : https://github.com/john-veillette/mne_ari
86
- .. _niseq : https://github.com/john-veillette/niseq
87
- .. _Meggie : https://github.com/cibr-jyu/meggie
88
- .. _MEM : https://github.com/multifunkim/best-python
89
-
90
70
.. include :: ../links.inc
Original file line number Diff line number Diff line change 29
29
30
30
# If it's available on PyPI, add it to this set:
31
31
PYPI_PACKAGES = {
32
- "alphaCSC" ,
33
32
"meggie" ,
34
33
"niseq" ,
35
34
"sesameeg" ,
35
+ "invertmeeg" ,
36
36
}
37
37
38
38
# If it's not available on PyPI, add it to this dict:
73
73
"Home-page" : "https://github.com/rordenlab/dcm2niix" ,
74
74
"Summary" : "DICOM to NIfTI converter" ,
75
75
},
76
- # TODO: mnelab forces PySide6, it can be added to `tools/circleci_dependencies.sh`
77
- # when we use PySide6 for doc building. Also its package does not set the Home-page
78
- # property.
79
- "mnelab" : {
80
- "Home-page" : "https://github.com/cbrnr/mnelab" ,
81
- "Summary" : "A graphical user interface for MNE" ,
82
- },
83
76
# TODO: these do not set a valid homepage or documentation page on PyPI
84
77
"eeg_positions" : {
85
78
"Home-page" : "https://eeg-positions.readthedocs.io" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ python -m pip install --upgrade --progress-bar off \
12
12
alphaCSC autoreject bycycle conpy emd fooof meggie \
13
13
mne-ari mne-bids-pipeline mne-faster mne-features \
14
14
mne-icalabel mne-lsl mne-microstates mne-nirs mne-rsa \
15
- neurodsp neurokit2 niseq nitime pactools \
15
+ neurodsp neurokit2 niseq nitime pactools mnelab \
16
16
plotly pycrostates pyprep pyriemann python-picard sesameeg \
17
- sleepecg tensorpac yasa meegkit eeg_positions wfdb
17
+ sleepecg tensorpac yasa meegkit eeg_positions wfdb invertmeeg
You can’t perform that action at this time.
0 commit comments