mirror of
https://github.com/wassname/ray.git
synced 2026-08-16 11:27:09 +08:00
Remove typing from setup.py install_requirements. (#4971)
This commit is contained in:
committed by
Devin Petersohn
parent
89ca5eeb29
commit
d2f5b71c3b
@@ -148,8 +148,6 @@ requires = [
|
|||||||
# NOTE: Don't upgrade the version of six! Doing so causes installation
|
# NOTE: Don't upgrade the version of six! Doing so causes installation
|
||||||
# problems. See https://github.com/ray-project/ray/issues/4169.
|
# problems. See https://github.com/ray-project/ray/issues/4169.
|
||||||
"six >= 1.0.0",
|
"six >= 1.0.0",
|
||||||
# The typing module is required by modin.
|
|
||||||
"typing",
|
|
||||||
"flatbuffers",
|
"flatbuffers",
|
||||||
"faulthandler;python_version<'3.3'",
|
"faulthandler;python_version<'3.3'",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user