Skip to content

Commit bab0406

Browse files
committed
FIX: Where
1 parent 1242b74 commit bab0406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/install_pre_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
2828
"scipy>=1.18.0.dev0" \
2929
"scikit-learn>=1.9.dev0" \
3030
"pandas>=3.1.0.dev0" \
31-
# "statsmodels>=0.15.0.dev697" \
3231
"dipy>=1.12.0.dev0" \
3332
"tables>=3.10.3.dev0" \
3433
"pyarrow>=22.0.0.dev0" \
3534
"matplotlib>=3.11.0.dev0" \
3635
"h5py>=3.13.0"
36+
# "statsmodels>=0.15.0.dev697"
3737
echo "::endgroup::"
3838
# No statsmodels because of https://github.com/MacPython/statsmodels-wheels/issues/202
3939
# No Numba because it forces an old NumPy version

0 commit comments

Comments
 (0)