Skip to content

Commit fc773dd

Browse files
committed
Tweak mkl requirements for win+py312
1 parent ca378c1 commit fc773dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ requirements:
2222
{% if cross_compile_arm64 == 0 %}
2323
- mkl-include # [x86_64]
2424
- mkl=2020.2 # [py <= 311 and x86_64 and not win]
25-
- mkl=2023.1 # [py >= 312 and x86_64 and not win]
26-
- mkl=2021.4 # [x86_64 and win]
25+
- mkl=2023.1 # [py >= 312 and x86_64]
26+
- mkl=2021.4 # [x86_64 and win and py <= 311]
2727
{% endif %}
2828
- typing_extensions
2929
- ninja

0 commit comments

Comments
 (0)