Skip to content

Commit

Permalink
update mkl-static version to 2024.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhancn committed Jul 10, 2024
1 parent 2e50539 commit d134b8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/pytorch-nightly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ requirements:
- pyyaml
{% if cross_compile_arm64 == 0 %}
- mkl-include # [x86_64]
- mkl-static=2020.2 # [py <= 311 and x86_64 and not win]
- mkl-static=2023.1 # [py >= 312 and x86_64]
- mkl-static=2023.1 # [x86_64 and win]
- mkl-static=2024.2.0 # [py <= 311 and x86_64 and not win]
- mkl-static=2024.2.0 # [py >= 312 and x86_64]
- mkl-static=2024.2.0 # [x86_64 and win]
{% endif %}
- typing_extensions
- ninja
Expand Down

0 comments on commit d134b8e

Please sign in to comment.