From f973282f9f9b5c8ccc8d5ac07c32dff3b26533ce Mon Sep 17 00:00:00 2001 From: Tammo Jan Dijkema Date: Fri, 21 Jun 2024 08:19:45 +0200 Subject: [PATCH] Specify that numpy 2.0 does not work (yet) See issue #269 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30a4fd4..7bd91ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers=[ "Topic :: Scientific/Engineering :: Astronomy", ] dependencies = [ - "numpy", + "numpy<2.0", "six", ]