mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 06:46:30 +00:00
refine module exclusions in azaion-loader-safe.spec to reduce false positives
This commit is contained in:
Binary file not shown.
@@ -25,12 +25,8 @@ a = Analysis(
|
|||||||
hooksconfig={},
|
hooksconfig={},
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
excludes=[
|
excludes=[
|
||||||
# Exclude unnecessary modules to reduce size and false positives
|
|
||||||
'tkinter', 'matplotlib', 'PIL', 'numpy.testing', 'scipy.testing',
|
'tkinter', 'matplotlib', 'PIL', 'numpy.testing', 'scipy.testing',
|
||||||
'pandas.tests', 'test', 'tests', 'testing',
|
'pandas.tests', 'test', 'tests', 'testing'
|
||||||
# Additional exclusions to reduce behavioral triggers
|
|
||||||
'email', 'html', 'http.server', 'xmlrpc',
|
|
||||||
'multiprocessing.spawn', 'concurrent.futures', 'asyncio.windows_events'
|
|
||||||
],
|
],
|
||||||
noarchive=False,
|
noarchive=False,
|
||||||
optimize=2, # Enable bytecode optimization
|
optimize=2, # Enable bytecode optimization
|
||||||
|
|||||||
Reference in New Issue
Block a user