Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include MNE-ICALabel and PyTorch in Windows installers #178

Closed
wants to merge 8 commits into from
14 changes: 12 additions & 2 deletions recipes/mne-python_1.3/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,20 @@ specs:
- mne-rsa =0.8
- mne-ari =0.1.2
- mne-kit-gui =1.1.0
- mne-icalabel =0.4 # [not win]
- mne-icalabel =0.4
- autoreject =0.4.1
- pyprep =0.4.2
- openmeeg =2.5.5
# Deep learning
# We explicitly request the CPU version of the package, as the package size
# is only a fraction of the CUDA-enabled package (which also blows up NSIS
# for the Windows build).
# PyTorch for Windows will be pulled from the pytorch channel
# (see "channels" section below).
- pytorch=*=cpu* # [not win
]
hoechenberger marked this conversation as resolved.
Show resolved Hide resolved
- pytorch # [win]
hoechenberger marked this conversation as resolved.
Show resolved Hide resolved
- cpuonly # [win]
# Python
- python =3.10.8
- pip
Expand Down Expand Up @@ -136,8 +146,8 @@ specs:

condarc:
channels:
- pytorch # [win]
- conda-forge
# - pytorch # [win]
channel_priority: strict
allow_other_channels: False
env_prompt: "(mne-1.3.0_1) "