Skip to content

Commit dd5cfa5

Browse files
Fix bug with MacOS build (#2223)
1 parent 90c48f1 commit dd5cfa5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app_bundles/osx/hooks/hook-inference.models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@
7474
print(f"PYINSTALLER HOOK (OSX): Added file model: {p.stem}")
7575

7676
print(f"PYINSTALLER HOOK (OSX): Identified model_names: {model_names}")
77-
hiddenimports = []
78-
datas = []
7977
for mod in model_names:
8078
print(f"PYINSTALLER HOOK (OSX): Collecting submodules and data for: {mod}")
8179
hiddenimports += collect_submodules(mod)

inference/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.1"
1+
__version__ = "1.2.2"
22

33

44
if __name__ == "__main__":

0 commit comments

Comments
 (0)