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

7 lines
164 B
Meson
Raw Normal View History

2026-01-09 09:48:03 +08:00
py.extension_module(
'_expected_mutual_info_fast',
cython_gen.process('_expected_mutual_info_fast.pyx'),
subdir: 'sklearn/metrics/cluster',
install: true
)