mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
Update redis version in setup.py (#3333)
* `redis` has released a new version (https://github.com/andymccurdy/redis-py/releases/tag/3.0.0) * `ray` is not compatible with this version * This PR adds the "compatible release" operator for `redis` version 2.10.6.
This commit is contained in:
committed by
Robert Nishihara
parent
706dc1d473
commit
5319fd044c
+1
-1
@@ -151,7 +151,7 @@ setup(
|
||||
"colorama",
|
||||
"pytest",
|
||||
"pyyaml",
|
||||
"redis",
|
||||
"redis~=2.10.6",
|
||||
"faulthandler;python_version<'3'",
|
||||
"setproctitle",
|
||||
# The six module is required by pyarrow.
|
||||
|
||||
Reference in New Issue
Block a user