mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[build] pin setuptools>=70.1.0
for integrated bdist_wheel
command (#157783)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/157783 Approved by: https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
b4476ca378
commit
4283d96bcd
@ -2,12 +2,9 @@
|
||||
|
||||
[build-system]
|
||||
requires = [
|
||||
# After 75.8.2 dropped dep disttools API. Please fix
|
||||
# API temporarily restored and shim used. Please fix
|
||||
# Setuptools will drop support for setup.py past 80
|
||||
# 62.3.0: min version for recursive glob package data support
|
||||
# 70.1.0: min version for integrated bdist_wheel command from wheel package
|
||||
# 77.0.0: min version for SPDX expression support for project.license
|
||||
"setuptools>=62.3.0,<80.0",
|
||||
"setuptools>=70.1.0,<80.0",
|
||||
"wheel",
|
||||
"cmake>=3.27",
|
||||
"ninja",
|
||||
|
Reference in New Issue
Block a user