From 50533cba2404c33e3e9695de76b479fb2ffe97e6 Mon Sep 17 00:00:00 2001 From: David Loiseaux Date: Mon, 2 Sep 2024 18:21:53 +0200 Subject: [PATCH] build clean --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71fcb9f..4afadb4 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ os.system( - "python _tempita_grid_gen.py" + "rm _simplextrees_.pkl _slicer_names.pkl & python _tempita_grid_gen.py" ) ## generates some parameter files (Tempita fails with python<3.12) sklearn._build_utils.gen_from_templates( (f"multipers/{mod}.tp" for mod in templated_cython_modules)