Add PIL hidden imports to sd spec.

This commit is contained in:
Ean Garvey
2023-06-16 11:04:22 -05:00
committed by GitHub
parent b203779462
commit 288602ad1d

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'],