Skip to content

Commit

Permalink
Update meta.yaml (pytorch#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyyxx authored Aug 18, 2023
1 parent 3e7a856 commit a5aa27f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda/pytorch-nightly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ requirements:
{% endif %}
- libuv # [win]
- intel-openmp # [win]
# llvm-openmp 16 leads to wrong processor affinity for fork child, see #99625.
# Before a decent fix, force llvm-openmp version <16.
- llvm-openmp <16 # [linux]
- typing_extensions
- sympy
- filelock
Expand Down

0 comments on commit a5aa27f

Please sign in to comment.