|
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. |
10 | | -# |
11 | | -# LIST OF CATEGORIES |
12 | | -# ================== |
13 | | -# Connectivity and source analysis |
14 | | -# Data I/O and interoperability |
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 | | -# ========================================================================== |
| 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. |
| 10 | +## |
| 11 | +## LIST OF CATEGORIES |
| 12 | +## ================== |
| 13 | +## Connectivity and source analysis |
| 14 | +## Data I/O and interoperability |
| 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 | 25 | # antio # categories: Data I/O and interoperability |
26 | | -# best-python # categories: Data I/O and interoperability |
27 | 26 | # dipy # categories: Other physiological signals and modalities |
28 | 27 | # edfio # categories: Data I/O and interoperability |
29 | 28 | # eeglabio # categories: Data I/O and interoperability |
|
35 | 34 | # nilearn # categories: Statistics and machine learning, Other physiological signals and modalities |
36 | 35 | # openmeeg # categories: Connectivity and source analysis |
37 | 36 | # openneuro-py # categories: Data I/O and interoperability |
38 | | -# posthoc # categories: Statistics and machine learning |
39 | 37 | # pybv # categories: Data I/O and interoperability |
40 | 38 | # snirf # categories: Other physiological signals and modalities |
| 39 | +## |
| 40 | +## PACKAGES THAT CAN'T BE PIP-INSTALLED FOR VARIOUS REASONS |
| 41 | +## ======================================================== |
| 42 | +# best-python # categories: Data I/O and interoperability |
| 43 | +# conpy # categories: Connectivity and source analysis |
| 44 | +# eelbrain # categories: Statistics and machine learning, Visualization and real-time analysis |
| 45 | +# mne-hcp # categories: Data I/O and interoperability |
| 46 | +# posthoc # categories: Statistics and machine learning |
41 | 47 | # surfa # categories: Visualization and real-time analysis, Other physiological signals and modalities |
42 | | -# |
43 | | -# ONES WE ACTUALLY NEED CIRCLECI TO INSTALL |
44 | | -# ========================================= |
45 | | -alphaCSC # categories: Statistics and machine learning, Oscillations and time-frequency analysis |
| 48 | +## |
| 49 | +## ONES WE ACTUALLY NEED CIRCLECI TO INSTALL |
| 50 | +## ========================================= |
| 51 | +alphacsc # categories: Statistics and machine learning, Oscillations and time-frequency analysis |
46 | 52 | autoreject # categories: Preprocessing and artifact correction |
47 | 53 | bycycle # categories: Oscillations and time-frequency analysis |
48 | 54 | curryreader # categories: Data I/O and interoperability |
|
0 commit comments