From d1fccf383e77d16a8210137501d24b3d779be56e Mon Sep 17 00:00:00 2001 From: atalman Date: Wed, 22 May 2024 07:38:48 -0700 Subject: [PATCH] Use mkl=2021.4.0 for windows conda builds --- conda/pytorch-nightly/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/pytorch-nightly/meta.yaml b/conda/pytorch-nightly/meta.yaml index 61a78bd8f..cbd2ca619 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -22,9 +22,9 @@ requirements: {% if cross_compile_arm64 == 0 %} - mkl-include # [x86_64] - mkl=2020.2 # [py <= 311 and x86_64 and not win] - - mkl=2023.1 # [py >= 312 and x86_64] - - mkl-devel=2021.4.0 # [x86_64 and win and py<=311] - - mkl-devel=2023.1 # [x86_64 and win and py>=312] + - mkl=2023.1 # [py >= 312 and x86_64 and not win] + - mkl=2021.4.0 # [x86_64 and win] + - mkl-devel=2021.4.0 # [x86_64 and win] {% endif %} - typing_extensions - ninja