Skip to content

Commit ddcc6ed

Browse files
committed
Addresed feedback
1 parent 23a6567 commit ddcc6ed

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,12 +19,12 @@ 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 # [py <= 311 and x86_64 and not win]
2625
- mkl=2023.1 # [py >= 312 and x86_64]
2726
- mkl=2021.4 # [x86_64 and win and py <= 311]
27+
- mkl-devel=2021.4.0 # [x86_64 and win and py <= 311]
2828
{% endif %}
2929
- typing_extensions
3030
- ninja
@@ -41,9 +41,9 @@ requirements:
4141

4242
run:
4343
- python
44-
- mkl==2021.4.0 # [win]
4544
{% if cross_compile_arm64 == 0 %}
46-
- mkl==2021.4 # [x86_64]
45+
- mkl >=2018 # [x86_64 and not win]
46+
- mkl==2021.4.0 # [x86_64 and win]
4747
{% endif %}
4848
- libuv # [win]
4949
- intel-openmp # [win]

0 commit comments

Comments
 (0)