summaryrefslogtreecommitdiff
path: root/numpy/_pyinstaller
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2022-11-24 18:13:25 +0200
committermattip <matti.picus@gmail.com>2022-11-24 18:13:25 +0200
commit52f903c1b7eda45f11fa52dfe00cdb26ca35d159 (patch)
tree618dd08bce2d48a0e847ea42cf6c2065bb71ab22 /numpy/_pyinstaller
parenta872fd73e6e94727c7acf281b03789bd42cda086 (diff)
downloadnumpy-52f903c1b7eda45f11fa52dfe00cdb26ca35d159.tar.gz
remove 'six' dependency from pyinstaller
Diffstat (limited to 'numpy/_pyinstaller')
-rw-r--r--numpy/_pyinstaller/hook-numpy.py2
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.