From e29f94a6218f549a211632406b69d44702d3000d Mon Sep 17 00:00:00 2001 From: Marnix Kraus Date: Tue, 8 Oct 2024 14:39:32 +0200 Subject: [PATCH] Support linux and macos in pixi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9533d57..c83a219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ ignore = [ [tool.pixi.project] channels = ["conda-forge"] -platforms = ["win-64"] +platforms = ["win-64", "linux-64", "osx-arm64"] [tool.pixi.pypi-dependencies] flopy4 = { path = ".", editable = true }