Compare commits

...

1 Commits

Author SHA1 Message Date
Ean Garvey
288602ad1d Add PIL hidden imports to sd spec. 2023-06-16 11:04:22 -05:00

View File

@@ -48,6 +48,7 @@ block_cipher = None
hiddenimports = ['shark', 'shark.shark_inference', 'apps']
hiddenimports += [x for x in collect_submodules("skimage") if "tests" not in x]
hiddenimports += [x for x in collect_submodules("iree") if "tests" not in x]
hiddenimports += [x for x in collect_submodules("PIL") if "tests" not in x]
a = Analysis(
['web/index.py'],