mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Add wheel
build dependency (#7877)
This commit is contained in:
parent
e03f687b84
commit
7827d2c2de
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ setup(
|
|||
# The BinaryDistribution argument triggers build_ext.
|
||||
distclass=BinaryDistribution,
|
||||
install_requires=requires,
|
||||
setup_requires=["cython >= 0.29.14"],
|
||||
setup_requires=["cython >= 0.29.14", "wheel"],
|
||||
extras_require=extras,
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
|
Loading…
Add table
Reference in a new issue