From 2632b8685023684f73ce20d5dcc06ae6c03c1ae1 Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Tue, 27 Aug 2024 15:23:43 +0200
Subject: [PATCH] ci/conda: test on NumPy 2.x

---
 .github/workflows/conda/environment_all.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/conda/environment_all.yml b/.github/workflows/conda/environment_all.yml
index eac1ec0f..5d8e21c5 100644
--- a/.github/workflows/conda/environment_all.yml
+++ b/.github/workflows/conda/environment_all.yml
@@ -4,7 +4,7 @@ channels:
 dependencies:
   - eigen
   - cmake
-  - numpy<2.0
+  - numpy
   - pkg-config
   - boost
   - ccache
-- 
GitLab