marcelotduarte / cx_Freeze

cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform and should work on any platform that Python itself works on.
https://marcelotduarte.github.io/cx_Freeze/
Other
1.28k stars 210 forks source link

hooks: support for numpy + oneMKL using pip windows #2405

Closed marcelotduarte closed 1 month ago

marcelotduarte commented 1 month ago

https://github.com/cgohlke/numpy-mkl-wheels/releases

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 79.61%. Comparing base (1782a56) to head (8b3138f).

Files Patch % Lines
cx_Freeze/module.py 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2405 +/- ## ========================================== + Coverage 79.59% 79.61% +0.01% ========================================== Files 27 27 Lines 4083 4082 -1 ========================================== Hits 3250 3250 + Misses 833 832 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.