diff --git a/Azaion.Inference/test/__pycache__/test_inference.cpython-312-pytest-8.4.1.pyc b/Azaion.Inference/test/__pycache__/test_inference.cpython-312-pytest-8.4.1.pyc new file mode 100644 index 0000000..06c4cb5 Binary files /dev/null and b/Azaion.Inference/test/__pycache__/test_inference.cpython-312-pytest-8.4.1.pyc differ diff --git a/Azaion.Loader/azaion-loader-safe.spec b/Azaion.Loader/azaion-loader-safe.spec index d544098..a69d6b8 100644 --- a/Azaion.Loader/azaion-loader-safe.spec +++ b/Azaion.Loader/azaion-loader-safe.spec @@ -25,12 +25,8 @@ a = Analysis( hooksconfig={}, runtime_hooks=[], excludes=[ - # Exclude unnecessary modules to reduce size and false positives 'tkinter', 'matplotlib', 'PIL', 'numpy.testing', 'scipy.testing', - 'pandas.tests', 'test', 'tests', 'testing', - # Additional exclusions to reduce behavioral triggers - 'email', 'html', 'http.server', 'xmlrpc', - 'multiprocessing.spawn', 'concurrent.futures', 'asyncio.windows_events' + 'pandas.tests', 'test', 'tests', 'testing' ], noarchive=False, optimize=2, # Enable bytecode optimization