Skip to content

Commit

Permalink
DOC: add meegkit to related software suite (#12976)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Larson <[email protected]>
  • Loading branch information
sappelhoff and larsoner authored Nov 19, 2024
1 parent cf8047f commit a99aa9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/sphinxext/related_software.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@
"Home-page": "https://emd.readthedocs.io/en/stable",
"Summary": "Empirical Mode Decomposition in Python.",
},
# Needs https://github.com/vferat/pycrostates/pull/188 and a release
"pycrostates": {
"Home-page": "https://pycrostates.readthedocs.io",
"Summary": "A simple open source Python package for EEG microstate segmentation.", # noqa: E501
# Needs a release with homepage set properly
"meegkit": {
"Home-page": "https://nbara.github.io/python-meegkit",
"Summary": "Denoising tools for M/EEG processing.",
},
# not on PyPI
"conpy": {
Expand Down
2 changes: 1 addition & 1 deletion tools/circleci_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ python -m pip install --upgrade --progress-bar off \
mne-icalabel mne-lsl mne-microstates mne-nirs mne-rsa \
neurodsp neurokit2 niseq nitime openneuro-py pactools \
plotly pycrostates pyprep pyriemann python-picard sesameeg \
sleepecg tensorpac yasa
sleepecg tensorpac yasa meegkit

0 comments on commit a99aa9f

Please sign in to comment.