From 6bda65ca052656c2e99fb9221ce08b166a6ed696 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Wed, 1 Mar 2023 10:20:52 -0800 Subject: [PATCH] Add filelock and networkx deps (#1327) To match dependencies for wheel files defined in https://github.com/pytorch/pytorch/blob/ed1957dc1989417cb978d3070a4e3d20520674b4/setup.py#L1021-L1024 --- conda/pytorch-nightly/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/pytorch-nightly/meta.yaml b/conda/pytorch-nightly/meta.yaml index c919d402f..0f2c31a48 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -44,6 +44,8 @@ requirements: - intel-openmp # [win] - typing_extensions - sympy + - filelock + - networkx {% if cross_compile_arm64 == 0 %} - blas * mkl {% endif %}