Skip to content

Commit 26f30f1

Browse files
committed
update mkl-static version to 2024.2
1 parent 2e50539 commit 26f30f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ requirements:
2121
- pyyaml
2222
{% if cross_compile_arm64 == 0 %}
2323
- mkl-include # [x86_64]
24-
- mkl-static=2020.2 # [py <= 311 and x86_64 and not win]
25-
- mkl-static=2023.1 # [py >= 312 and x86_64]
26-
- mkl-static=2023.1 # [x86_64 and win]
24+
- mkl-static=2024.2 # [py <= 311 and x86_64 and not win]
25+
- mkl-static=2024.2 # [py >= 312 and x86_64]
26+
- mkl-static=2024.2 # [x86_64 and win]
2727
{% endif %}
2828
- typing_extensions
2929
- ninja

0 commit comments

Comments
 (0)