diff options
| author | mattip <matti.picus@gmail.com> | 2022-11-24 18:13:25 +0200 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2022-11-24 18:13:25 +0200 |
| commit | 52f903c1b7eda45f11fa52dfe00cdb26ca35d159 (patch) | |
| tree | 618dd08bce2d48a0e847ea42cf6c2065bb71ab22 /numpy/_pyinstaller | |
| parent | a872fd73e6e94727c7acf281b03789bd42cda086 (diff) | |
| download | numpy-52f903c1b7eda45f11fa52dfe00cdb26ca35d159.tar.gz | |
remove 'six' dependency from pyinstaller
Diffstat (limited to 'numpy/_pyinstaller')
| -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. |
