Remove typing from setup.py install_requirements. (#4971)

This commit is contained in:
Robert Nishihara
2019-06-12 15:02:12 -07:00
committed by Devin Petersohn
parent 89ca5eeb29
commit d2f5b71c3b
-2
View File
@@ -148,8 +148,6 @@ requires = [
# NOTE: Don't upgrade the version of six! Doing so causes installation
# problems. See https://github.com/ray-project/ray/issues/4169.
"six >= 1.0.0",
# The typing module is required by modin.
"typing",
"flatbuffers",
"faulthandler;python_version<'3.3'",
]