mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-16 13:20:39 -07:00
Exclude sklearn, pandas, and torchaudio to reduce bundle size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user