mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
Downgrade six to 1.0.0 (#4180)
This commit is contained in:
committed by
Philipp Moritz
parent
0a11b27971
commit
41b81af11b
+3
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user