File size: 143 Bytes
7885a28 |
1 2 3 4 5 6 7 8 |
py.extension_module(
'_check_build',
'_check_build.pyx',
cython_args: cython_args,
install: true,
subdir: 'sklearn/__check_build',
)
|
7885a28 |
1 2 3 4 5 6 7 8 |
py.extension_module(
'_check_build',
'_check_build.pyx',
cython_args: cython_args,
install: true,
subdir: 'sklearn/__check_build',
)
|