From 5319fd044ca4bfd1ce08f51adc6a26320bb09011 Mon Sep 17 00:00:00 2001 From: Lewis Belcher Date: Thu, 15 Nov 2018 19:40:08 +0100 Subject: [PATCH] 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. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index eee5e8fea..0ad412e18 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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.