group-wbl/.venv/lib/python3.13/site-packages/sklearn/__check_build/meson.build

7 lines
135 B
Meson
Raw Normal View History

2026-01-09 09:12:25 +08:00
py.extension_module(
'_check_build',
cython_gen.process('_check_build.pyx'),
install: true,
subdir: 'sklearn/__check_build',
)