From 794e7e847e2a6e5e3d4daa327d3c6f2fd5b4468f Mon Sep 17 00:00:00 2001 From: Thomas BAUDIER Date: Fri, 20 Sep 2024 09:31:31 +0200 Subject: [PATCH] Use numpy>=2.0.0 Change numpy-stl source due to a bug for numpy>=2.0.0. Will be change again whent the package will be updated pybind11 has to be updated to latest tag to take into numpy>=2.0.0 Still working with numpy < 2.0.0 --- core/external/pybind11 | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/external/pybind11 b/core/external/pybind11 index 8e7307f06..a2e59f0e7 160000 --- a/core/external/pybind11 +++ b/core/external/pybind11 @@ -1 +1 @@ -Subproject commit 8e7307f0699726c29f5bdc2c177dd55b6b330061 +Subproject commit a2e59f0e7065404b44dfe92a28aca47ba1378dc4 diff --git a/setup.py b/setup.py index bc0a8372f..eed0238fc 100644 --- a/setup.py +++ b/setup.py @@ -17,14 +17,14 @@ "click", "python-box<7.0.0", "anytree", - "numpy<2.0.0", + "numpy", "itk", "uproot", "scipy", "matplotlib", "GitPython", "colorlog", - "numpy-stl", + "numpy-stl @ git+https://github.com/tbaudier/numpy-stl@c7c46838c750eeda794fd568d7c57e6eca1af5a2", "radioactivedecay", "jsonpickle", "pandas",