Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/changes/v1.10.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _changes_1_10_0:

1.10.0 (2025-07-14)
===================
Version 1.10.0 (2025-07-14)
===========================

Bugfixes
--------
Expand Down
12 changes: 6 additions & 6 deletions tools/install_pre_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python -m pip install $STD_ARGS pip setuptools packaging \
patsy pytz tzdata nibabel tqdm trx-python joblib numexpr \
"$QT_BINDING!=6.9.1" \
py-cpuinfo blosc2 hatchling "formulaic>=1.1.0" \
pyarrow
matplotlib
python -m pip uninstall -yq numpy
echo "::endgroup::"
echo "::group::Scientific Python Nightly Wheels"
Expand All @@ -27,14 +27,15 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
"numpy>=2.1.0.dev0" \
"scipy>=1.15.0.dev0" \
"scikit-learn>=1.6.dev0" \
"matplotlib>=3.11.0.dev0" \
"pandas>=3.0.0.dev0" \
"dipy>=1.10.0.dev0" \
"tables>=3.10.3.dev0" \
"statsmodels>=0.15.0.dev697" \
"pyarrow>=22.0.0.dev0" \
"h5py>=3.13.0"
echo "::endgroup::"
# https://github.com/matplotlib/matplotlib/issues/30575
# "matplotlib>=3.11.0.dev0" \
# No Numba because it forces an old NumPy version

echo "::group::VTK"
Expand All @@ -55,11 +56,10 @@ python -m pip install $STD_ARGS \
git+https://github.com/joblib/joblib \
git+https://github.com/h5io/h5io \
git+https://github.com/BUNPC/pysnirf2 \
git+https://github.com/the-siesta-group/edfio \
trame trame-vtk trame-vuetify jupyter ipyevents ipympl openmeeg \
imageio-ffmpeg xlrd mffpy traitlets pybv eeglabio defusedxml antio \
edfio
# https://github.com/the-siesta-group/edfio/issues/78
# git+https://github.com/the-siesta-group/edfio
imageio-ffmpeg xlrd mffpy traitlets pybv eeglabio defusedxml \
antio
echo "::endgroup::"

echo "::group::Make sure we're on a NumPy 2.0 variant"
Expand Down
Loading