Skip to content

Commit b7e58d8

Browse files
committed
build: update PyInstaller hook for dcnum
1 parent 3d2ab5d commit b7e58d8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.9.11
2+
- build: update PyInstaller hook for dcnum
13
0.9.10
24
- enh: put `main` methods in `__name__ == "__main__"` guard
35
- enh: check for cuda availability instead of letting dcnum decide

build-recipes/hook-dcnum.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"dcnum.segm",
2020
"dcnum.write",
2121
"h5py",
22+
"mahotas",
2223
"numba",
24+
"numpy",
2325
"scipy.ndimage",
2426
"torch",
2527
]

0 commit comments

Comments
 (0)