diff --git a/doc/sphinxext/related_software.py b/doc/sphinxext/related_software.py index c88782be171..b5b74b0f90b 100644 --- a/doc/sphinxext/related_software.py +++ b/doc/sphinxext/related_software.py @@ -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": { diff --git a/tools/circleci_dependencies.sh b/tools/circleci_dependencies.sh index 4ff01749c9b..bd9ec823871 100755 --- a/tools/circleci_dependencies.sh +++ b/tools/circleci_dependencies.sh @@ -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