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 f133bea commit 09ea7abCopy full SHA for 09ea7ab
tools/install_pre_requirements.sh
@@ -29,13 +29,11 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
29
"scikit-learn>=1.6.dev0" \
30
"pandas>=3.0.0.dev0" \
31
"statsmodels>=0.15.0.dev697" \
32
+ "dipy>=1.12.0.dev0" \
33
+ "tables>=3.10.3.dev0" \
34
"pyarrow>=22.0.0.dev0" \
35
"matplotlib>=3.11.0.dev0" \
36
"h5py>=3.13.0"
-# Needs https://github.com/dipy/dipy/pull/3678
-# "dipy>=1.12.0.dev0"
37
-# Needs https://github.com/PyTables/PyTables/pull/1286
38
-# "tables>=3.10.3.dev0"
39
echo "::endgroup::"
40
# No Numba because it forces an old NumPy version
41
0 commit comments