Files
MLPproject/.venv/lib/python3.12/site-packages/sklearn/__check_build/meson.build
2025-10-23 15:44:32 +02:00

7 lines
135 B
Meson

py.extension_module(
'_check_build',
cython_gen.process('_check_build.pyx'),
install: true,
subdir: 'sklearn/__check_build',
)