From defa0f039dbea0c358d28323a9bf3bef8d10e2ff Mon Sep 17 00:00:00 2001 From: "Alec Thomson (S&A, Kensington WA)" Date: Thu, 25 Jul 2024 15:49:14 +0800 Subject: [PATCH] Not 2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b28a84..7adcc51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8" -numpy = "!=1.26" +numpy = "!=1.26, <2" astropy = ">=5" python-casacore = "*" tqdm = "*"