File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
src/_pyinstaller_hooks_contrib Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1+ 2024.3 (2024-03-09)
2+ -------------------
3+
4+ Updated hooks
5+ ~~~~~~~~~~~~~
6+
7+ * Update ``torch `` hook to add support for MKL-enabled ``torch `` builds
8+ on Windows (e.g., the nightly ``2.3.0.dev20240308+cpu `` build). The hook
9+ now attempts to discover and collect DLLs from MKL and its dependencies
10+ (``mkl ``, ``tbb ``, ``intel-openmp ``). (`#712
11+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/712> `_)
12+
13+
1142024.2 (2024-02-29)
215-------------------
316
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010# SPDX-License-Identifier: GPL-2.0-or-later
1111# ------------------------------------------------------------------
1212
13- __version__ = '2024.3 '
13+ __version__ = '2024.4 '
1414__maintainer__ = 'Legorooj, bwoodsend'
1515__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
You can’t perform that action at this time.
0 commit comments