8000 Fix include .pxd definitions for sklearn.tree in wheels (#12381) · lithuak/scikit-learn@c6455fa · GitHub
[go: up one dir, main page]

Skip to content

Commit c6455fa

Browse files
RoopamSharmarth
authored andcommitted
Fix include .pxd definitions for sklearn.tree in wheels (scikit-learn#12381)
1 parent 83ac5dc commit c6455fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sklearn/tree/setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ def configuration(parent_package="", top_path=None):
3131
extra_compile_args=["-O3"])
3232

3333
config.add_subpackage("tests")
34+
config.add_data_files("_criterion.pxd")
35+
config.add_data_files("_splitter.pxd")
36+
config.add_data_files("_tree.pxd")
37+
config.add_data_files("_utils.pxd")
3438

3539
return config
3640

0 commit comments

Comments
 (0)
0