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:
Lewis Belcher
2018-11-15 19:40:08 +01:00
committed by Robert Nishihara
parent 706dc1d473
commit 5319fd044c
+1 -1
View File
@@ -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.