File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 85
85
"Home-page" : "https://eeg-positions.readthedocs.io" ,
86
86
"Summary" : "Compute and plot standard EEG electrode positions." ,
87
87
},
88
+ "mne-faster" : {
89
+ "Home-page" : "https://github.com/wmvanvliet/mne-faster" ,
90
+ "Summary" : "MNE-FASTER: automatic bad channel/epoch/component detection." , # noqa: E501
91
+ },
88
92
"mne-features" : {
89
93
"Home-page" : "https://mne.tools/mne-features" ,
90
94
"Summary" : "MNE-Features software for extracting features from multivariate time series" , # noqa: E501
Original file line number Diff line number Diff line change @@ -27,15 +27,9 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
27
27
28
28
# statsmodels requires formulaic@main so we need to use --extra-index-url
29
29
echo " statsmodels"
30
- # https://github.com/statsmodels/statsmodels/issues/9501
31
- if [ " $PLATFORM " == " Windows" ]; then
32
- STATS_VER=0.14.4
33
- else
34
- STATS_VER=0.15.0.dev0
35
- fi
36
30
python -m pip install $STD_ARGS --only-binary " :all:" \
37
31
--extra-index-url " https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" \
38
- " statsmodels>=$STATS_VER "
32
+ " statsmodels>=0.15.0.dev0 "
39
33
40
34
# No Numba because it forces an old NumPy version
41
35
You can’t perform that action at this time.
0 commit comments