Skip to content

Commit aab84c7

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
1 parent f93ac2e commit aab84c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)