mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 15:35:47 +08:00
Fix incompatibility with most recent version of Redis. (#3379)
* Fix incompatibility with most recent version of Redis. * Fix * Fixes.
This commit is contained in:
committed by
Devin Petersohn
parent
18a8dbfcfb
commit
3856533065
+1
-1
@@ -138,7 +138,7 @@ requires = [
|
||||
"colorama",
|
||||
"pytest",
|
||||
"pyyaml",
|
||||
"redis~=2.10.6",
|
||||
"redis",
|
||||
"setproctitle",
|
||||
# The six module is required by pyarrow.
|
||||
"six >= 1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user