BodyBalanceEvaluation/backend/venv/Lib/site-packages/sklearn/ensemble/meson.build

10 lines
224 B
Meson
Raw Normal View History

2025-07-31 17:23:05 +08:00
py.extension_module(
'_gradient_boosting',
[cython_gen.process('_gradient_boosting.pyx')] + utils_cython_tree,
dependencies: [np_dep],
subdir: 'sklearn/ensemble',
install: true
)
subdir('_hist_gradient_boosting')