We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad84ccf commit 5a7d1c4Copy full SHA for 5a7d1c4
1 file changed
tools/github_actions_dependencies.sh
@@ -22,7 +22,7 @@ if [ ! -z "$CONDA_ENV" ]; then
22
fi
23
elif [[ "${MNE_CI_KIND}" == "pip" ]]; then
24
# This one is free-threaded so can't have numba as of 2025/07/15
25
- INSTALL_DEPS="nibabel scikit-learn numpydoc PySide6!=6.9.1 mne-qt-browser pandas mffpy defusedxml numba pyvistaqt edfio mffpy"
+ INSTALL_ARGS="nibabel scikit-learn numpydoc PySide6!=6.9.1 mne-qt-browser pandas mffpy defusedxml numba pyvistaqt edfio mffpy"
26
# ... or h5py (or h5io), cryptography (thus twine)
27
INSTALL_KIND="test"
28
else
0 commit comments