Skip to content

Commit 794e7e8

Browse files
committed
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
1 parent 26d5c8a commit 794e7e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/external/pybind11

Submodule pybind11 updated 66 files

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"click",
1818
"python-box<7.0.0",
1919
"anytree",
20-
"numpy<2.0.0",
20+
"numpy",
2121
"itk",
2222
"uproot",
2323
"scipy",
2424
"matplotlib",
2525
"GitPython",
2626
"colorlog",
27-
"numpy-stl",
27+
"numpy-stl @ git+https://github.com/tbaudier/numpy-stl@c7c46838c750eeda794fd568d7c57e6eca1af5a2",
2828
"radioactivedecay",
2929
"jsonpickle",
3030
"pandas",

0 commit comments

Comments
 (0)