From 52f903c1b7eda45f11fa52dfe00cdb26ca35d159 Mon Sep 17 00:00:00 2001 From: mattip Date: Thu, 24 Nov 2022 18:13:25 +0200 Subject: remove 'six' dependency from pyinstaller --- numpy/_pyinstaller/hook-numpy.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/_pyinstaller') 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. -- cgit v1.2.1