mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Remove redundant setuptools in pyproject.toml requires (#105303)
There are two `setuptools` require in requires. It was a typo in original PR: e85dfb6203
.
This PR just remove the redundant one.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/105303
Approved by: https://github.com/mikaylagawarecki
This commit is contained in:
committed by
PyTorch MergeBot
parent
a26afb9848
commit
37f5d7866c
@ -6,7 +6,6 @@ requires = [
|
||||
"numpy",
|
||||
"ninja",
|
||||
"pyyaml",
|
||||
"setuptools",
|
||||
"cmake",
|
||||
"typing-extensions",
|
||||
"requests",
|
||||
|
Reference in New Issue
Block a user