From 02815948b5084f0ee083e42fd0b1a637b70255cf Mon Sep 17 00:00:00 2001 From: dvezinet Date: Wed, 2 Apr 2025 20:58:24 +0000 Subject: [PATCH] [#224] Numpy<1.25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c75c75..23ddb69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ keywords = [ ] requires-python = ">=3.8" dependencies = [ - "numpy", + "numpy<1.25", # for astropy compatibility vs deprecated np.product "scipy", "matplotlib", # "PySide2 ; platform_system != 'Windows'",