From fddb65373a0259497422494c174e152859ad13df Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Mon, 19 Jan 2026 13:28:05 +0100 Subject: [PATCH] ci: Put an upper bound on numpy version --- .github/workflows/conda/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda/environment.yml b/.github/workflows/conda/environment.yml index 8f791028c..1c0acbfce 100644 --- a/.github/workflows/conda/environment.yml +++ b/.github/workflows/conda/environment.yml @@ -16,5 +16,5 @@ dependencies: - eigen - simde - libmatio - - numpy + - numpy<2.4 - scipy