group-wbl/.venv/lib/python3.13/site-packages/sklearn/decomposition/meson.build
2026-01-09 09:48:03 +08:00

15 lines
322 B
Meson

py.extension_module(
'_online_lda_fast',
[cython_gen.process('_online_lda_fast.pyx'), utils_cython_tree],
subdir: 'sklearn/decomposition',
install: true
)
py.extension_module(
'_cdnmf_fast',
cython_gen.process('_cdnmf_fast.pyx'),
dependencies: [np_dep],
subdir: 'sklearn/decomposition',
install: true
)