Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions conda/pytorch-nightly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ 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]
- mkl-devel=2021.4.0 # [x86_64 and win and py<=311]
- mkl-devel=2023.1 # [x86_64 and win and py>=312]
- mkl=2023.1 # [py >= 312 and x86_64 and not win]
- mkl=2021.4.0 # [x86_64 and win]
- mkl-devel=2021.4.0 # [x86_64 and win]
{% endif %}
- typing_extensions
- ninja
Expand Down