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 = "*"