From 5a07907118e3633ce02edce5b467222d171e1036 Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Sun, 13 Jul 2025 11:17:11 -0700 Subject: [PATCH] Pixi: update pixi.toml with required pixi version. --- pixi.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index a2f3377459..3fa4c166c0 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,10 +1,11 @@ -[project] +[workspace] name = "FreeCAD" version = "1.0.0" description = "pixi instructions for FreeCAD" authors = ["looooo "] channels = ["conda-forge"] platforms = [ "linux-64", "linux-aarch64", "osx-64", "osx-arm64", "win-64" ] +requires-pixi = ">=0.48" [dependencies] blinker = "*"