| # NOTE: Please always only modify default/pixi.toml and then run clone-recipe.sh to | |
| # propagate the changes to the other variants. | |
| [workspace] | |
| channels = ["https://prefix.dev/conda-forge"] | |
| platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64"] | |
| preview = ["pixi-build"] | |
| requires-pixi = ">=0.66.0" | |
| [package.build.backend] | |
| name = "pixi-build-rattler-build" | |
| version = "*" | |
| [package.build.config] | |
| recipe = "../default/recipe.yaml" |