File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
src/_pyinstaller_hooks_contrib Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ 2024.1 (2024-02-10)
2+ -------------------
3+
4+ Updated hooks
5+ ~~~~~~~~~~~~~
6+
7+ * Fix hook for ``osgeo ``, to include proj data files. (`#693
8+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/693> `_)
9+ * Update the hook for ``sklearn.neighbors `` to account for removed hidden
10+ import ``neighbors._typedef `` (`#698
11+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/698> `_)
12+
13+
1142024.0 (2024-01-18)
215-------------------
316
Load Diff This file was deleted.
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.1 '
13+ __version__ = '2024.2 '
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