Skip to content

Commit 60f76e8

Browse files
authored
MAINT: Restore statsmodels to pip-pre (mne-tools#13345)
1 parent be0edb1 commit 60f76e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/install_pre_requirements.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
3131
"dipy>=1.10.0.dev0" \
3232
"pyarrow>=20.0.0.dev0" \
3333
"tables>=3.10.3.dev0" \
34+
"statsmodels>=0.15.0.dev697" \
3435
"h5py>=3.13.0"
35-
# TODO: should have above: "statsmodels>=0.15.0.dev0"
36-
# https://github.com/statsmodels/statsmodels/issues/9572
3736
echo "::endgroup::"
3837

3938
# No Numba because it forces an old NumPy version

0 commit comments

Comments
 (0)