We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e50539 commit d134b8eCopy full SHA for d134b8e
conda/pytorch-nightly/meta.yaml
@@ -21,9 +21,9 @@ requirements:
21
- pyyaml
22
{% if cross_compile_arm64 == 0 %}
23
- 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]
+ - 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]
27
{% endif %}
28
- typing_extensions
29
- ninja
0 commit comments