Skip to content

Commit

Permalink
Hooks: Add hook for sklearn.mixture.
Browse files Browse the repository at this point in the history
[ci skip] No test-case for this.
  • Loading branch information
Lukasz Stolcman authored and htgoebel committed Jan 9, 2020
1 parent 9882f87 commit 2c16311
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions PyInstaller/hooks/hook-sklearn.mixture.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#-----------------------------------------------------------------------------
# Copyright (c) 2019-2020, PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License (version 2
# or later) with exception for distributing the bootloader.
#
# The full license is in the file COPYING.txt, distributed with this software.
#
# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception)
#-----------------------------------------------------------------------------

# Tested on Windows 10 1809 64bit with scikit-learn 0.22.1 and Python 3.7
hiddenimports = ['sklearn.neighbors.typedefs',
'sklearn.utils._cython_blas',
'sklearn.neighbors.quad_tree',
'sklearn.tree._utils']
1 change: 1 addition & 0 deletions news/4612.hooks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add hook for sklearn.mixture.

0 comments on commit 2c16311

Please sign in to comment.