From ff7aaf703b1a2719763cc3adacc10c0a17b88808 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Wed, 18 Jul 2018 21:21:39 -0700 Subject: [PATCH] Add version bound to numpy. --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index f7a809e72034..3bf4da0d21b0 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -125,7 +125,7 @@ def get_version(): REQUIRED_TEST_PACKAGES = [ 'nose>=1.3.7', - 'numpy', + 'numpy>=1.14.3,<2', 'pyhamcrest>=1.9,<2.0', ]