Skip to content

Commit a9a1376

Browse files
committed
Addresed feedback
1 parent d73636b commit a9a1376

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
@@ -19,11 +19,11 @@ requirements:
1919
- python
2020
- setuptools
2121
- pyyaml
22-
- mkl-devel=2021.4.0 # [win]
2322
{% if cross_compile_arm64 == 0 %}
2423
- mkl-include # [x86_64]
2524
- mkl=2020.2 # [x86_64 and not win]
2625
- mkl=2021.4 # [x86_64 and win]
26+
- mkl-devel=2021.4.0 # [x86_64 and win]
2727
{% endif %}
2828
- typing_extensions
2929
- ninja
@@ -38,9 +38,9 @@ requirements:
3838

3939
run:
4040
- python
41-
- mkl==2021.4.0 # [win]
4241
{% if cross_compile_arm64 == 0 %}
43-
- mkl==2021.4 # [x86_64]
42+
- mkl >=2018 # [x86_64 and not win]
43+
- mkl==2021.4.0 # [x86_64 and win]
4444
{% endif %}
4545
- libuv # [win]
4646
- intel-openmp # [win]

0 commit comments

Comments
 (0)