From 2274ca4a1e390ae1f03c91edc1af666aed9a5de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Wed, 22 Feb 2023 10:28:23 +0100 Subject: [PATCH] Fix build strings? --- recipes/mne-python_1.3/construct.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/mne-python_1.3/construct.yaml b/recipes/mne-python_1.3/construct.yaml index 39c43e21..7b004265 100644 --- a/recipes/mne-python_1.3/construct.yaml +++ b/recipes/mne-python_1.3/construct.yaml @@ -85,7 +85,10 @@ specs: # for the Windows build). # PyTorch for Windows will be pulled from the pytorch channel # (see "channels" section below). - - pytorch=*=cpu* + # For macOS, there are ONLY CPU-enabled packages available, so we do not + # pass the "cpu" build string there. + - pytorch=*=*cpu* # [not osx] + - pytorch # [osx] # Python - python =3.10.8 - pip