diff options
Diffstat (limited to 'numpy/_pyinstaller/hook-numpy.py')
| -rw-r--r-- | numpy/_pyinstaller/hook-numpy.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/_pyinstaller/hook-numpy.py b/numpy/_pyinstaller/hook-numpy.py index a08b7c963..69992bdeb 100644 --- a/numpy/_pyinstaller/hook-numpy.py +++ b/numpy/_pyinstaller/hook-numpy.py @@ -23,8 +23,6 @@ if is_pure_conda: # Submodules PyInstaller cannot detect (probably because they are only imported # by extension modules, which PyInstaller cannot read). hiddenimports = ['numpy.core._dtype_ctypes'] -if is_conda: - hiddenimports.append("six") # Remove testing and building code and packages that are referenced throughout # NumPy but are not really dependencies. |
