From 8104ff0cbf6b384143b81faefd5e2fa48caa8d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Primo=C5=BE=20Godec?= Date: Mon, 24 May 2021 09:34:27 +0200 Subject: [PATCH] Update Numpy minimum version to 1.17.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9a3ca2191..2ff976ab4a 100644 --- a/setup.py +++ b/setup.py @@ -315,7 +315,7 @@ def run(self): 'pandas', ] -NUMPY_STR = 'numpy >= 1.11.3' +NUMPY_STR = 'numpy >= 1.17.0' # # We pin the Cython version for reproducibility. We expect our extensions # to build with any sane version of Cython, so we should update this pin