File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 551. Add it to the MNE-installers if possible, and it will automatically appear.
662. If it's on PyPI and not in the MNE-installers, add it to the PYPI_PACKAGES set.
773. If it's not on PyPI, add it to the MANUAL_PACKAGES dictionary.
8+
9+ If PyPI or manual, also add package name to `related_software.txt` or
10+ `related_software_nodeps.txt` so that it's installed at doc-build time (for package
11+ metadata querying).
812"""
913
1014# Authors: The MNE-Python contributors.
@@ -222,7 +226,7 @@ def run(self):
222226 return [my_list ]
223227
224228
225- def setup (app ):
229+ def setup (app ): # noqa: D103
226230 app .add_directive ("related-software" , RelatedSoftwareDirective )
227231 # Run it as soon as this is added as a Sphinx extension so that any errors
228232 # / new packages are reported early. The next call in run() will be cached.
Original file line number Diff line number Diff line change 44mne-kit-gui
55mne-videobrowser
66hedtools # because it limits our Pandas version currently
7+ zuna # requires pytorch
You can’t perform that action at this time.
0 commit comments