File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
_pyinstaller_hooks_contrib Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1+ 2025.7 (2025-07-22)
2+ -------------------
3+
4+ Updated hooks
5+ ~~~~~~~~~~~~~
6+
7+ * Automatically raise the recursion limit to at least 5000 when the
8+ ``_pyinstaller_hooks_contrib `` module is loaded, rather than raising
9+ the recursion limit on per-hook basis. (`#925
10+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/925> `_)
11+ * Update ``sklearn `` hooks for compatibility with ``scikit-learn `` 1.7.1.
12+ (`#925
13+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/925> `_)
14+
15+
1162025.6 (2025-07-14)
217-------------------
318
Original file line number Diff line number Diff line change 1212
1313import sys
1414
15- __version__ = '2025.6 '
15+ __version__ = '2025.7 '
1616__maintainer__ = 'Legorooj, bwoodsend'
1717__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
1818
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments