From c741a0222bf2fb3743060530a5eae9cf3cf71211 Mon Sep 17 00:00:00 2001 From: Nicky Hochmuth Date: Thu, 12 Feb 2026 10:42:06 +0100 Subject: [PATCH] pinpoint numpy dependency to 2.3.4 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a3336f7f..9884461f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "pyyaml", "scp", "spiceypy~=6.0", + "numpy==2.3.4", "sunpy~=6.0.0", "watchdog~=6.0", "stixdcpy==3.0",