From 00d0ac61051bd487e2ce6ba20cfbcae8a2d1f963 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Tue, 13 Dec 2022 07:20:41 -0800 Subject: [PATCH] Make sympy mandatory dependency of PyTorch Should fix https://github.com/pytorch/audio/actions/runs/3684598046/jobs/6234531675 --- conda/pytorch-nightly/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/pytorch-nightly/meta.yaml b/conda/pytorch-nightly/meta.yaml index 8b447c87e..6e0ba79ab 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -41,7 +41,7 @@ requirements: - libuv # [win] - intel-openmp # [win] - typing_extensions - - sympy # [linux] + - sympy {% if cross_compile_arm64 == 0 %} - blas * mkl {% endif %}