You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing scikit-learn, even if there's nothing to recompile, ninja will output
+ /home/jeremie/miniforge/envs/dev/bin/ninja
ninja: no work to do.
This is acceptable, but when using an estimator that uses multiprocessing, it will be printed for each sub-process which can be a bit annoying (and mixed with the prints of said estimator)
The text was updated successfully, but these errors were encountered:
Yep, this is mesonbuild/meson-python#594 😉. Hopefully this will be merged soonish and a new meson-python will be made (it also has mesonbuild/meson-python#569 that we care about, this is the reason we are using pytest<8 in the CI). My understanding is that Ralf Gommers is the only possible reviewer and that with Numpy 2.0 migration he has other priorities, which is completetely understandable.
When importing scikit-learn, even if there's nothing to recompile, ninja will output
This is acceptable, but when using an estimator that uses multiprocessing, it will be printed for each sub-process which can be a bit annoying (and mixed with the prints of said estimator)
The text was updated successfully, but these errors were encountered: