From d9dca4cb126b32eb2c932bf99d694c5e5e0f65e9 Mon Sep 17 00:00:00 2001 From: "Alec Thomson (S&A, Kensington WA)" Date: Thu, 25 Jul 2024 16:18:59 +0800 Subject: [PATCH] Yolo --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1e52bc..9133af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fixms" -version = "0.2.8" +version = "0.2.9" description = "" authors = ["Alec Thomson (S&A, Kensington WA) "] readme = "README.md" @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8" -numpy = "!=1.26.*, <2" +numpy = "<2" astropy = ">=5" python-casacore = "*" tqdm = "*"