From 9f2528335fcfa381342db216ae789057cfc951d4 Mon Sep 17 00:00:00 2001 From: Umberto Zerbinati Date: Thu, 8 Feb 2024 23:02:07 +0000 Subject: [PATCH] Added numpy to setup Signed-off-by: Umberto Zerbinati --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 34439ba..31b66d8 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ install_requires = [ 'petsc4py', 'mpi4py', + 'numpy', 'pytest', #For testing 'pylint', #For formatting ]