From eb48345b1b846a85d5597d9cbdd14ab12c978458 Mon Sep 17 00:00:00 2001 From: Julian Giordani Date: Wed, 20 Nov 2024 15:30:26 +1100 Subject: [PATCH] simplify dependencies in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3d8aec1c..9eb6fa49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ maintainers = [ {name = "Underworld Team", email="help@underworldcode.org"}, ] dependencies = [ - "numpy>=1.20.3", - "mpi4py>=1.2.2", + "numpy<2.0", + "mpi4py", "h5py", "pint", "scipy",