We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6a054 commit 8a3ee08Copy full SHA for 8a3ee08
tools/github_actions_dependencies.sh
@@ -23,7 +23,7 @@ if [ ! -z "$CONDA_ENV" ]; then
23
elif [[ "${MNE_CI_KIND}" == "pip" ]]; then
24
# Only used for 3.13 at the moment, just get test deps plus a few extras
25
# that we know are available
26
- INSTALL_ARGS="nibabel scikit-learn numpydoc PySide6 mne-qt-browser pandas h5io mffpy defusedxml"
+ INSTALL_ARGS="nibabel scikit-learn numpydoc PySide6 mne-qt-browser pandas h5io mffpy defusedxml numba"
27
INSTALL_KIND="test"
28
else
29
test "${MNE_CI_KIND}" == "pip-pre"
0 commit comments