Skip to content

Commit 47b0369

Browse files
authored
MAINT: Use statsmodels pre and fix CircleCI (mne-tools#13106)
1 parent afd69af commit 47b0369

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

doc/sphinxext/related_software.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
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

tools/install_pre_requirements.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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
2929
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
3630
python -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

0 commit comments

Comments
 (0)