From 21e2e3e36a3ccccfebba87a6339712a8d7e712fc Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 14 Nov 2019 20:22:05 +0200 Subject: [PATCH] Pin numpy to latest version 1.17.4 (#32) * Pin numpy to latest version 1.17.4 * Pin scipy to latest version 1.3.2 (#31) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0353acb..7c53d2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -scipy==1.3.0,<2.0 -numpy==1.16.4,<2.0 +scipy>=1.3.2,<2.0 +numpy>=1.17.4,<2.0 scikit-learn>=0.21.2,<1.0 networkx>=2.4,<3.0 nglpy>=0.0.2,<1.0