From baf8f2f487da24f039e34dac866159bf231aa3e0 Mon Sep 17 00:00:00 2001 From: Richard Zou Date: Thu, 27 Apr 2023 07:36:05 -0700 Subject: [PATCH] Add pyyaml as PyTorch runtime dep Companion PR to https://github.com/pytorch/pytorch/pull/100166 --- conda/pytorch-nightly/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/pytorch-nightly/meta.yaml b/conda/pytorch-nightly/meta.yaml index 9416a1ed8..91b496f08 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -47,6 +47,7 @@ requirements: - filelock - networkx - jinja2 # [py <= 310] + - pyyaml {% if cross_compile_arm64 == 0 %} - blas * mkl {% endif %}