Skip to content

Commit 8d7648a

Browse files
committed
MAINT: Revert
1 parent ad7c1e3 commit 8d7648a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tools/install_pre_requirements.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ python -m pip install $STD_ARGS --only-binary ":all:" --extra-index-url "https:/
4242
python -c "import vtk"
4343
echo "::endgroup::"
4444

45-
# TODO: nibabel temporarily disabled due to codeberg.org issue
46-
# git+https://github.com/nipy/nibabel \
4745
echo "::group::Everything else"
4846
python -m pip install $STD_ARGS \
4947
"git+https://github.com/pyvista/pyvista" \
@@ -55,14 +53,15 @@ python -m pip install $STD_ARGS \
5553
git+https://github.com/mne-tools/mne-qt-browser \
5654
git+https://github.com/pyqtgraph/pyqtgraph \
5755
git+https://github.com/mne-tools/mne-bids \
56+
git+https://github.com/nipy/nibabel \
5857
git+https://github.com/joblib/joblib \
5958
git+https://github.com/h5io/h5io \
6059
git+https://github.com/BUNPC/pysnirf2 \
6160
git+https://github.com/the-siesta-group/edfio \
6261
git+https://github.com/python-quantities/python-quantities \
6362
trame trame-vtk trame-vuetify nest-asyncio2 jupyter ipyevents ipympl openmeeg \
6463
imageio-ffmpeg xlrd mffpy traitlets pybv eeglabio defusedxml \
65-
antio curryreader nibabel
64+
antio curryreader
6665
echo "::endgroup::"
6766

6867
echo "::group::Make sure we're on a NumPy 2.0 variant"

0 commit comments

Comments
 (0)