Skip to content

Commit

Permalink
Tweak mkl requirements for win+py312
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Nov 30, 2023
1 parent ca378c1 commit fc773dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/pytorch-nightly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ requirements:
{% if cross_compile_arm64 == 0 %}
- mkl-include # [x86_64]
- mkl=2020.2 # [py <= 311 and x86_64 and not win]
- mkl=2023.1 # [py >= 312 and x86_64 and not win]
- mkl=2021.4 # [x86_64 and win]
- mkl=2023.1 # [py >= 312 and x86_64]
- mkl=2021.4 # [x86_64 and win and py <= 311]
{% endif %}
- typing_extensions
- ninja
Expand Down

0 comments on commit fc773dd

Please sign in to comment.