From 29f2335388916c3d0127a8d47d67c7a1fdc9dafa Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 11 Dec 2024 16:26:00 +0000 Subject: [PATCH] Un-pin numpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9776de7bf..05afb1c41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ maintainers = [{ name = "Alistair Miles", email = "alimanfoo@googlemail.com" }] requires-python = ">=3.11" dependencies = [ 'asciitree', - 'numpy>=1.24,<2.2', + 'numpy>=1.24', 'fasteners; sys_platform != "emscripten"', 'numcodecs>=0.10.0,!=0.14.0,!=0.14.1', ]