Skip to content

Commit 4f56dfe

Browse files
committed
FIX: Move
1 parent 8a01696 commit 4f56dfe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tools/install_pre_requirements.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ 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 \
4547
echo "::group::Everything else"
4648
python -m pip install $STD_ARGS \
4749
"git+https://github.com/pyvista/pyvista" \
@@ -53,15 +55,14 @@ python -m pip install $STD_ARGS \
5355
git+https://github.com/mne-tools/mne-qt-browser \
5456
git+https://github.com/pyqtgraph/pyqtgraph \
5557
git+https://github.com/mne-tools/mne-bids \
56-
git+https://github.com/nipy/nibabel \
5758
git+https://github.com/joblib/joblib \
5859
git+https://github.com/h5io/h5io \
5960
git+https://github.com/BUNPC/pysnirf2 \
6061
git+https://github.com/the-siesta-group/edfio \
6162
git+https://github.com/python-quantities/python-quantities \
6263
trame trame-vtk trame-vuetify nest-asyncio2 jupyter ipyevents ipympl openmeeg \
6364
imageio-ffmpeg xlrd mffpy traitlets pybv eeglabio defusedxml \
64-
antio curryreader
65+
antio curryreader nibabel
6566
echo "::endgroup::"
6667

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

0 commit comments

Comments
 (0)