We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0edb1 commit 60f76e8Copy full SHA for 60f76e8
tools/install_pre_requirements.sh
@@ -31,9 +31,8 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
31
"dipy>=1.10.0.dev0" \
32
"pyarrow>=20.0.0.dev0" \
33
"tables>=3.10.3.dev0" \
34
+ "statsmodels>=0.15.0.dev697" \
35
"h5py>=3.13.0"
-# TODO: should have above: "statsmodels>=0.15.0.dev0"
36
-# https://github.com/statsmodels/statsmodels/issues/9572
37
echo "::endgroup::"
38
39
# No Numba because it forces an old NumPy version
0 commit comments