From 37051e8065341358bc91234270489de4a5c16d8f Mon Sep 17 00:00:00 2001 From: paugier Date: Wed, 10 Jan 2024 14:44:40 +0100 Subject: [PATCH] pixi [build-dependencies] --- pixi.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index 54b9b847..4343793f 100644 --- a/pixi.toml +++ b/pixi.toml @@ -20,8 +20,6 @@ install-editable = {cmd = "pip install -e . -v --no-build-isolation --no-deps", [dependencies] python = ">=3.9,<3.11" numpy = ">=1.26.3" -meson-python = ">=0.15.0" -pythran = ">=0.15.0" transonic = ">=0.5.3" fluiddyn = ">=0.5.2" fluidsim-core = ">=0.7.4" @@ -44,3 +42,8 @@ mpi4py = ">=3.1.5" pymech = "*" pytest-allclose = "*" importlib-metadata = "*" + +[build-dependencies] +meson-python = ">=0.15.0" +pythran = ">=0.15.0" +transonic = ">=0.5.3"