Skip to content

Commit

Permalink
Addresed feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mantaionut committed Oct 24, 2023
1 parent d73636b commit a9a1376
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 @@ -19,11 +19,11 @@ requirements:
- python
- setuptools
- pyyaml
- mkl-devel=2021.4.0 # [win]
{% if cross_compile_arm64 == 0 %}
- mkl-include # [x86_64]
- mkl=2020.2 # [x86_64 and not win]
- mkl=2021.4 # [x86_64 and win]
- mkl-devel=2021.4.0 # [x86_64 and win]
{% endif %}
- typing_extensions
- ninja
Expand All @@ -38,9 +38,9 @@ requirements:

run:
- python
- mkl==2021.4.0 # [win]
{% if cross_compile_arm64 == 0 %}
- mkl==2021.4 # [x86_64]
- mkl >=2018 # [x86_64 and not win]
- mkl==2021.4.0 # [x86_64 and win]
{% endif %}
- libuv # [win]
- intel-openmp # [win]
Expand Down

0 comments on commit a9a1376

Please sign in to comment.