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

15 lines
322 B
Meson
Raw Normal View History

2026-01-09 09:12:25 +08:00
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
)