mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:38:16 +08:00
Add wheel build dependency (#7877)
This commit is contained in:
+1
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user