From e7208804e2ae482c276acf3d76a80911fe6a4974 Mon Sep 17 00:00:00 2001 From: Eirikur Jonsson <36180221+eirikurj@users.noreply.github.com> Date: Mon, 24 Aug 2020 15:41:14 +0000 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 165c8ab..d8392a8 100644 --- a/setup.py +++ b/setup.py @@ -26,8 +26,8 @@ 'multipoint', ], install_requires=[ - 'numpy>=1.16.4', - 'mpi4py>=3.0.2' + 'numpy>=1.16', + 'mpi4py>=3.0' ], classifiers=[ "Operating System :: OS Independent",