Skip to content
Prev Previous commit
add numba as a required package
  • Loading branch information
jeffreydominic committed Feb 16, 2023
commit 780d5c873069c0f364f97d563979ef9bcc67f4c2
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def get_required_packages():
"pandas",
"medpy",
"numpy",
"numba",
"h5py",
"natsort",
"scipy",
Expand Down