Downgrade six to 1.0.0 (#4180)

This commit is contained in:
Yuhong Guo
2019-02-28 05:05:25 +08:00
committed by Philipp Moritz
parent 0a11b27971
commit 41b81af11b
3 changed files with 42 additions and 8 deletions
+3 -1
View File
@@ -152,7 +152,9 @@ requires = [
"pytest",
"pyyaml",
"redis",
"six >= 1.12.0",
# 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",