From d8ee2423af77c2fd16f0d6f78cd576717ffe41a2 Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Thu, 13 Jan 2022 18:56:52 +0100 Subject: [PATCH] Try numpy 1.18 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e4fff82fdd4..57c20d80ef8 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ deps = oldest: qtconsole==4.7.2 oldest: pygments==2.8.0 oldest: pip==18.0 - oldest: numpy==1.17.0 + oldest: numpy==1.18.0 oldest: scipy==1.2.0 oldest: scikit-learn==0.23.1 oldest: bottleneck==1.3.2