From 89d9a8cf6f4357d5d523b8d7c46351ac913e1309 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Mon, 23 Sep 2024 09:32:53 -0400 Subject: [PATCH] Pin setuptools=72.1.0 for conda builds Same underlyning issue as wheel/libtorch build failure fixed by: https://github.com/pytorch/builder/pull/1995 --- 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 7c7528d66..bbbce1bbf 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -17,7 +17,7 @@ requirements: host: - python - - setuptools + - setuptools=72.1.0 - pyyaml {% if cross_compile_arm64 == 0 %} - mkl-include # [x86_64]