Skip to content

Commit

Permalink
Addresed feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mantaionut committed Dec 14, 2023
1 parent 23a6567 commit ddcc6ed
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,12 +19,12 @@ requirements:
- python
- setuptools
- pyyaml
- mkl-devel=2021.4.0 # [win]
{% 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=2021.4 # [x86_64 and win and py <= 311]
- mkl-devel=2021.4.0 # [x86_64 and win and py <= 311]
{% endif %}
- typing_extensions
- ninja
Expand All @@ -41,9 +41,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 ddcc6ed

Please sign in to comment.