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 23a6567 commit ddcc6edCopy full SHA for ddcc6ed
conda/pytorch-nightly/meta.yaml
@@ -19,12 +19,12 @@ 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 # [py <= 311 and x86_64 and not win]
26
- mkl=2023.1 # [py >= 312 and x86_64]
27
- mkl=2021.4 # [x86_64 and win and py <= 311]
+ - mkl-devel=2021.4.0 # [x86_64 and win and py <= 311]
28
{% endif %}
29
- typing_extensions
30
- ninja
@@ -41,9 +41,9 @@ requirements:
41
42
run:
43
44
- - mkl==2021.4.0 # [win]
45
46
- - mkl==2021.4 # [x86_64]
+ - mkl >=2018 # [x86_64 and not win]
+ - mkl==2021.4.0 # [x86_64 and win]
47
48
- libuv # [win]
49
- intel-openmp # [win]
0 commit comments