From 4faa5b2394cf7c278244a449f878f986483c353c Mon Sep 17 00:00:00 2001 From: Bas van Beek Date: Fri, 6 Oct 2023 17:00:51 +0200 Subject: [PATCH] MAINT: Pin numpy to <2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6b442c9..7bec1fdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ requires-python = ">=3.8" dependencies = [ "more-itertools", "h5py", - "numpy>=1.21", + "numpy>=1.21,<2", "pandas", "noodles>=0.3.3", "plams==1.5.1",