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 8585 "Home-page" : "https://eeg-positions.readthedocs.io" ,
8686 "Summary" : "Compute and plot standard EEG electrode positions." ,
8787 },
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+ },
8892 "mne-features" : {
8993 "Home-page" : "https://mne.tools/mne-features" ,
9094 "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 \
2727
2828# statsmodels requires formulaic@main so we need to use --extra-index-url
2929echo " 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
3630python -m pip install $STD_ARGS --only-binary " :all:" \
3731 --extra-index-url " https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" \
38- " statsmodels>=$STATS_VER "
32+ " statsmodels>=0.15.0.dev0 "
3933
4034# No Numba because it forces an old NumPy version
4135
You can’t perform that action at this time.
0 commit comments