You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.2 KiB
Plaintext

8 months ago
# -*- mode: python ; coding: utf-8 -*-
a = Analysis(
['main.py'],
pathex=[],
binaries=[],
datas=[('dlls', '_internal\\\\dlls')],
hiddenimports=['cv2.cv2', 'numpy.core._methods', 'numpy.lib.format', 'scipy.__config__', 'scipy._distributor_init', 'scipy.sparse.csgraph._validation', 'scipy.special._ellip_harm_2', 'scipy._cyutility', 'scipy._lib._ccallback', 'scipy.linalg.cython_blas', 'scipy.linalg.cython_lapack', 'scipy.optimize._highs._highs_constants', 'scipy.optimize._highs._highs_wrapper', 'sklearn.utils._weight_vector', 'sklearn.utils._weight_vector_fast', 'sklearn.tree._utils'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=['tkinter', 'PyQt5'],
noarchive=False,
optimize=0,
)
pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
[],
exclude_binaries=True,
name='Hik3DApp',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=['app.png'],
)
coll = COLLECT(
exe,
a.binaries,
a.datas,
strip=False,
upx=True,
upx_exclude=[],
name='Hik3DApp',
)