diff --git a/setup.py b/setup.py index 1b755c08..602bd184 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ setup( ] }, install_requires=[ - 'rethinkdb==2.3.0', + 'rethinkdb~=2.3', 'pysha3==0.3', 'pytz==2015.7', 'cryptoconditions==0.4.1',