Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2bbd12

Browse files
committed
Remove unneded install: true
1 parent ad27f92 commit c2bbd12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sklearn/neighbors/meson.build

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ _binary_tree_pxi = custom_target(
33
output: '_binary_tree.pxi',
44
input: '_binary_tree.pxi.tp',
55
command: [py, tempita, '@INPUT@', '-o', '@OUTDIR@'],
6-
install: true,
7-
install_dir: sklearn_dir / 'neighbors'
86
)
97

108
# .pyx is generated so this is needed to make Cython compilation work. The pxi

0 commit comments

Comments
 (0)