From 0c0b70bd6b187f51c03baf2c369083aa33f0f6e0 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 25 Oct 2024 10:07:46 +0100 Subject: [PATCH] numpy compatible version tweak --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39a7b0e..1302b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" maturin = "^1.7.4" -numpy = "^2.1.2" +numpy = ">=2.0.0,<3.0.0" [tool.poetry.group.dev.dependencies] ruff = "^0.7.1"