Skip to content

Commit 758dd1b

Browse files
committed
update
1 parent 0039176 commit 758dd1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployment/build_pyinstaller_app.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pyinstaller --log-level=DEBUG \
3333
--add-data "${PYTHON_SITE}/PIL:PIL" \
3434
--add-data "${PYTHON_SITE}/torchvision:torchvision" \
3535
--add-data "${PYTHON_SITE}/torch:torch" \
36+
--add-data "${PYTHON_SITE}/numpy:numpy" \
3637
--add-data "${PYTHON_SITE}/vispy/glsl:vispy/glsl" annotator.py
3738

3839
mkdir ./dist/annotator/lib

0 commit comments

Comments
 (0)