From d134b8e4a061444a7c639153063701cb9ae21391 Mon Sep 17 00:00:00 2001 From: Xu Han Date: Wed, 10 Jul 2024 08:49:47 +0800 Subject: [PATCH] update mkl-static version to 2024.2.0 --- 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 37e7c959f..b6b3db269 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -21,9 +21,9 @@ requirements: - pyyaml {% if cross_compile_arm64 == 0 %} - mkl-include # [x86_64] - - mkl-static=2020.2 # [py <= 311 and x86_64 and not win] - - mkl-static=2023.1 # [py >= 312 and x86_64] - - mkl-static=2023.1 # [x86_64 and win] + - mkl-static=2024.2.0 # [py <= 311 and x86_64 and not win] + - mkl-static=2024.2.0 # [py >= 312 and x86_64] + - mkl-static=2024.2.0 # [x86_64 and win] {% endif %} - typing_extensions - ninja