Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,10 @@ specs:
- pyprep =0.5.0
- python-picard =0.8
- pybv =0.7.6
- edfio =0.4.10
- edfio =0.4.11
- eeglabio =0.1.2
- mffpy =0.10.0
- openmeeg =2.5.15=*_3
- libgfortran5 =15.2.0
- python-neo =0.14.1
- nitime =0.12.1
- snirf =0.8.0
Expand All @@ -142,6 +141,7 @@ specs:
# <<< END RELATED SOFTWARE LIST >>>
# ^^^ this line is special and used by MNE-Python, do not change it!

- libgfortran5 =15.2.0
- decorator =5.2.1
- filelock =3.20.0
- lazy-loader =0.4
Expand All @@ -166,10 +166,10 @@ specs:
- openblas =0.3.30
- libblas =3.11.0=*openblas
- jupyter =1.1.1
- notebook =7.4.7
- jupyterlab =4.4.10 # allow_outdated, needs notebook 7.5.0 update
- notebook =7.5.0
- jupyterlab =4.5.0
- ipykernel =6.30.1 # allow_outdated, 7+ incompatible with spyder_kernels
- spyder-kernels =3.1.1
- spyder-kernels =3.1.2
# TODO: Needs to not require pyqt
# https://github.com/spyder-ide/spyder/issues/20201
# spyder =6.1.0
Expand Down Expand Up @@ -223,6 +223,8 @@ specs:
- pillow =12.0.0
- pyzmq =27.1.0
- traitlets =5.14.3
- pyopengl =3.1.10
- pyqtgraph =0.14.0
# Development
- pygments =2.19.2
- psutil =7.1.3
Expand Down
4 changes: 1 addition & 3 deletions tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ def check_version_eq(package, ver):
"matplotlib": "matplotlib-base",
}
ignore = list(parsed.ignore) + [
"dcm2niix", # binary
"scikit-learn", # not the import name (added manually above)
"libgfortran5", # C library
"dcm2niix", # conda-forge version doesn't expose dcm2niix, just pure binary
]
for mod in tqdm(mods, desc="Imports", unit="module"):
if mod in ignore:
Expand Down