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 d73636b commit a9a1376Copy full SHA for a9a1376
conda/pytorch-nightly/meta.yaml
@@ -19,11 +19,11 @@ requirements:
19
- python
20
- setuptools
21
- pyyaml
22
- - mkl-devel=2021.4.0 # [win]
23
{% if cross_compile_arm64 == 0 %}
24
- mkl-include # [x86_64]
25
- mkl=2020.2 # [x86_64 and not win]
26
- mkl=2021.4 # [x86_64 and win]
+ - mkl-devel=2021.4.0 # [x86_64 and win]
27
{% endif %}
28
- typing_extensions
29
- ninja
@@ -38,9 +38,9 @@ requirements:
38
39
run:
40
41
- - mkl==2021.4.0 # [win]
42
43
- - mkl==2021.4 # [x86_64]
+ - mkl >=2018 # [x86_64 and not win]
+ - mkl==2021.4.0 # [x86_64 and win]
44
45
- libuv # [win]
46
- intel-openmp # [win]
0 commit comments