From 7e5e9f1e5197bee61208c403867ad6da65187e37 Mon Sep 17 00:00:00 2001
From: MARMORET Axel <axel.marmoret@imt-atlantique.fr>
Date: Fri, 20 Dec 2024 10:36:13 +0000
Subject: [PATCH] Update setup.py to allow for numpy v2

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c5a33e8..e9576fa 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setuptools.setup(
         'matplotlib',
         'mir_eval',
         'nn_fac>=0.3.1',
-        'numpy >= 1.8.0,<1.24',
+        'numpy >= 1.8.0',
         'pandas',
         'sacred',
         'scikit_learn',
-- 
GitLab