@@ -18,7 +18,7 @@ python -m pip install $STD_ARGS pip setuptools packaging \
18
18
patsy pytz tzdata nibabel tqdm trx-python joblib numexpr \
19
19
" $QT_BINDING !=6.9.1" \
20
20
py-cpuinfo blosc2 hatchling " formulaic>=1.1.0" \
21
- pyarrow
21
+ matplotlib
22
22
python -m pip uninstall -yq numpy
23
23
echo " ::endgroup::"
24
24
echo " ::group::Scientific Python Nightly Wheels"
@@ -27,14 +27,15 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
27
27
" numpy>=2.1.0.dev0" \
28
28
" scipy>=1.15.0.dev0" \
29
29
" scikit-learn>=1.6.dev0" \
30
- " matplotlib>=3.11.0.dev0" \
31
30
" pandas>=3.0.0.dev0" \
32
31
" dipy>=1.10.0.dev0" \
33
32
" tables>=3.10.3.dev0" \
34
33
" statsmodels>=0.15.0.dev697" \
35
34
" pyarrow>=22.0.0.dev0" \
36
35
" h5py>=3.13.0"
37
36
echo " ::endgroup::"
37
+ # https://github.com/matplotlib/matplotlib/issues/30575
38
+ # "matplotlib>=3.11.0.dev0" \
38
39
# No Numba because it forces an old NumPy version
39
40
40
41
echo " ::group::VTK"
@@ -55,11 +56,10 @@ python -m pip install $STD_ARGS \
55
56
git+https://github.com/joblib/joblib \
56
57
git+https://github.com/h5io/h5io \
57
58
git+https://github.com/BUNPC/pysnirf2 \
59
+ git+https://github.com/the-siesta-group/edfio \
58
60
trame trame-vtk trame-vuetify jupyter ipyevents ipympl openmeeg \
59
- imageio-ffmpeg xlrd mffpy traitlets pybv eeglabio defusedxml antio \
60
- edfio
61
- # https://github.com/the-siesta-group/edfio/issues/78
62
- # git+https://github.com/the-siesta-group/edfio
61
+ imageio-ffmpeg xlrd mffpy traitlets pybv eeglabio defusedxml \
62
+ antio
63
63
echo " ::endgroup::"
64
64
65
65
echo " ::group::Make sure we're on a NumPy 2.0 variant"
0 commit comments