|
| 1 | +# This file is used to install extra packages into CircleCI when building our docs. |
| 2 | +# The purpose is to allow the packages in the "related software" list to be introspected |
| 3 | +# so we can get their URLs and Summary descriptions automatically. |
| 4 | +# Related software with onerous dependencies (e.g., torch and tensorflow) |
| 5 | +# should be added to `related_software_nodeps.txt` instead. |
| 6 | +# Ideally each package should be tagged as one or more of the following categories; |
| 7 | +# packages with no tags will be categorized as "Other". |
| 8 | +# Make sure to put categories at the END of the line, separated by commas if a package |
| 9 | +# fits in multiple categories. |
1 | 10 | # |
2 | | -# |
3 | | -# |
| 11 | +# LIST OF CATEGORIES |
4 | 12 | # ================== |
5 | | -# ========================================= |
6 | | -# ========================================================================== |
7 | | -# antio # categories: Data I/O and interoperability |
8 | | -# best-python # categories: Data I/O and interoperability |
9 | | -# Connectivity and source analysis |
10 | 13 | # Connectivity and source analysis |
11 | 14 | # Data I/O and interoperability |
12 | 15 | # Data organization and workflows |
| 16 | +# Microstates and neural states |
| 17 | +# Oscillations and time-frequency analysis |
| 18 | +# Other physiological signals and modalities |
| 19 | +# Preprocessing and artifact correction |
| 20 | +# Statistics and machine learning |
| 21 | +# Visualization and real-time analysis |
| 22 | +# |
| 23 | +# MNE-PYTHON OPTIONAL DEPENDENCIES THAT WE ALSO WANT IN THE CATEGORIZED LIST |
| 24 | +# ========================================================================== |
| 25 | +# antio # categories: Data I/O and interoperability |
| 26 | +# best-python # categories: Data I/O and interoperability |
13 | 27 | # dipy # categories: Other physiological signals and modalities |
14 | | -# Each package should be related to one or several of the following categories. |
15 | 28 | # edfio # categories: Data I/O and interoperability |
16 | 29 | # eeglabio # categories: Data I/O and interoperability |
17 | | -# LIST OF CATEGORIES |
18 | | -# Microstates and neural states |
19 | | -# Microstates and neural states |
20 | 30 | # mne-bids # categories: Data organization and workflows |
21 | 31 | # mne-connectivity # categories: Connectivity and source analysis |
22 | 32 | # mne-gui-addons # categories: Visualization and real-time analysis |
23 | | -# MNE-PYTHON OPTIONAL DEPENDENCIES THAT WE ALSO WANT IN THE CATEGORIZED LIST |
24 | 33 | # mne-qt-browser # categories: Visualization and real-time analysis |
25 | 34 | # neo # categories: Data I/O and interoperability, Data organization and workflows |
26 | 35 | # nilearn # categories: Statistics and machine learning, Other physiological signals and modalities |
27 | | -# ONES WE ACTUALLY NEED CIRCLECI TO INSTALL |
28 | 36 | # openmeeg # categories: Connectivity and source analysis |
29 | 37 | # openneuro-py # categories: Data I/O and interoperability |
30 | | -# Oscillations and time-frequency analysis |
31 | | -# Other physiological signals and modalities |
32 | 38 | # posthoc # categories: Statistics and machine learning |
33 | | -# Preprocessing and artifact correction |
34 | 39 | # pybv # categories: Data I/O and interoperability |
35 | | -# related software with onerous dependencies (e.g., torch and tensorflow) |
36 | | -# should be added to related_software_nodeps.txt |
37 | 40 | # snirf # categories: Other physiological signals and modalities |
38 | | -# Statistics and machine learning |
39 | | -# Statistics and machine learning |
40 | 41 | # surfa # categories: Visualization and real-time analysis, Other physiological signals and modalities |
41 | | -# Visualization and real-time analysis |
| 42 | +# |
| 43 | +# ONES WE ACTUALLY NEED CIRCLECI TO INSTALL |
| 44 | +# ========================================= |
42 | 45 | alphaCSC # categories: Statistics and machine learning, Oscillations and time-frequency analysis |
43 | 46 | autoreject # categories: Preprocessing and artifact correction |
44 | 47 | bycycle # categories: Oscillations and time-frequency analysis |
|
0 commit comments