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

Skip to content

Commit 6043f36

Browse files
committed
Remove another unneeded install: true
1 parent ffc688a commit 6043f36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sklearn/utils/meson.build

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ foreach name: util_extension_names
5353
output: name + '.pxd',
5454
input: name + '.pxd.tp',
5555
command: [py, tempita, '@INPUT@', '-o', '@OUTDIR@'],
56-
install: true,
57-
install_dir: sklearn_dir / 'utils'
5856
)
5957
utils_cython_tree += [pxd]
6058

0 commit comments

Comments
 (0)