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.33k stars 217 forks source link

hooks: support tensorflow plugins #2302

Closed marcelotduarte closed 6 months ago

marcelotduarte commented 6 months ago

Fixes #2300 Closes #2094

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.69%. Comparing base (ad6a805) to head (09de707). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2302 +/- ## ======================================= Coverage 80.69% 80.69% ======================================= Files 26 26 Lines 3999 3999 ======================================= Hits 3227 3227 Misses 772 772 ```

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

p7ayfu77 commented 6 months ago

Looks great. Thank you. Left comments on issue thread. 😄