Skip to content

Commit e696a61

Browse files
committed
FIX: Which
1 parent dad9939 commit e696a61

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Asish Panda <asishrocks95@gmail.com> kaichogami <asishrocks95@gmail.com>
3030
Basile Pinsard <basile.pinsard@umontreal.ca>
3131
Brad Buran <bburan@galenea.com> Brad Buran <bburan@alum.mit.edu>
3232
Britta Westner <britta.wstnr@gmail.com> britta-wstnr <britta.wstnr@gmail.com>
33+
Bruno Aristimunha <b.aristimunha@gmail.com>
3334
btkcodedev <btk.codedev@gmail.com>
3435
buildqa <s1152yb68@contbay.com>
3536
Burkhard Maess <burkhard.maess@arcor.de> Burkhard Maess <bmaess@users.noreply.github.com>

tools/install_pre_requirements.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
2626
"pandas>=3.0.0.dev0" \
2727
"dipy>=1.10.0.dev0" \
2828
"pyarrow>=20.0.0.dev0" \
29-
"tables>=3.10.3.dev0"
30-
# TODO: should have above: "h5py>=3.12.1"
31-
# https://github.com/h5py/h5py/issues/2563
29+
"tables>=3.10.3.dev0" \
30+
"h5py>=3.13.0"
3231
# TODO: should have above: "statsmodels>=0.15.0.dev0"
3332
# https://github.com/statsmodels/statsmodels/issues/9572
3433

0 commit comments

Comments
 (0)