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 55fc5a4 commit 395f708Copy full SHA for 395f708
1 file changed
tools/github_actions_dependencies.sh
@@ -22,8 +22,9 @@ 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 or PySide6/PyQt6 as of 2025/07/15
25
- INSTALL_ARGS="nibabel scikit-learn numpydoc pandas mffpy defusedxml edfio mffpy"
26
- # ... or h5py (or h5io), cryptography (thus twine)
+ INSTALL_ARGS="nibabel scikit-learn numpydoc pandas defusedxml edfio"
+ # ... mffpy requires lxml, which tries to build from source and uses Cython (ugh)
27
+ # ... and also unavialble are h5py (or h5io), cryptography (thus twine)
28
INSTALL_KIND="test"
29
else
30
test "${MNE_CI_KIND}" == "pip-pre"
0 commit comments