Exclude sklearn, pandas, and torchaudio to reduce bundle size

This commit is contained in:
Jamie Pine
2026-01-25 12:40:51 -08:00
parent 530ee407ee
commit a57e7dbc54
+3
View File
@@ -42,6 +42,9 @@ def build_server():
'--exclude-module', 'tkinter',
'--exclude-module', 'unittest',
'--exclude-module', 'test',
'--exclude-module', 'sklearn',
'--exclude-module', 'pandas',
'--exclude-module', 'torchaudio',
])
# Add hidden imports