Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hooks: numpy: Simplify numpy hook before sending it to numpy. #5168

Merged
merged 1 commit into from Jan 28, 2021

Commits on Jan 12, 2021

  1. Hooks: NumPy: Fix/simplify numpy hook.

    - Add hidden import `numpy.core._dtype_ctypes`.
    - Exclude numpy's testing, C/Fortran compiling code and
      scipy which are all `import`ed in NumPy but aren't needed.
    - Replace broken special Conda handling with new conda_support
      from  pyinstaller#5213.
    bwoodsend committed Jan 12, 2021
    Copy the full SHA
    ad96bdf View commit details
    Browse the repository at this point in the history