Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 89d9a8c

Browse files
authored
Pin setuptools=72.1.0 for conda builds
Same underlyning issue as wheel/libtorch build failure fixed by: #1995
1 parent 6116d9f commit 89d9a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requirements:
1717

1818
host:
1919
- python
20-
- setuptools
20+
- setuptools=72.1.0
2121
- pyyaml
2222
{% if cross_compile_arm64 == 0 %}
2323
- mkl-include # [x86_64]

0 commit comments

Comments
 (0)