mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
a6cf5887f7
git-svn-id: http://svn.pyinstaller.org/trunk@601 8dd32b29-ccff-0310-8a9a-9233e24343b1
7 lines
215 B
Python
7 lines
215 B
Python
# Contributed by Peter Burgers
|
|
# The matplotlib.numerix package sneaks these imports in under the radar:
|
|
hiddenimports = ['fft',
|
|
'linear_algebra',
|
|
'random_array',
|
|
]
|