From 0acefb03ee5d60ba97e1ae7a1307299ddefd05fa Mon Sep 17 00:00:00 2001 From: Stephen Roberts Date: Mon, 16 May 2022 19:09:40 +0930 Subject: [PATCH] removing mpi4py from build requirements for anuga --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c1b1bb08..c9fa01c77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "future", "Cython", "wheel", "numpy", "gitpython", "mpi4py"] +requires = ["setuptools", "future", "Cython", "wheel", "numpy", "gitpython"] build-backend = "setuptools.build_meta"