diff options
| author | Christian Cunningham <cc@local.lan> | 2026-03-21 15:46:54 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2026-03-21 15:46:54 -0700 |
| commit | 067ab86855b6870c9457eb5d888bb19c22ef9232 (patch) | |
| tree | e1594c3098e8bfcca35b40683f28b7d6abae1237 /pixi.toml | |
To achieve this, I used Google Antigravity. I had an initial attempt
with Raylib and mapbox earcut, but it was taking too long to implement.
With the help of AG, I had it finished over an afternoon
Diffstat (limited to 'pixi.toml')
| -rw-r--r-- | pixi.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pixi.toml b/pixi.toml new file mode 100644 index 0000000..314fca6 --- /dev/null +++ b/pixi.toml @@ -0,0 +1,19 @@ +[workspace] +authors = ["n <n@gate.local.lan>"] +channels = ["conda-forge"] +name = "SegManip" +platforms = ["linux-64"] +version = "0.1.0" + +[tasks] + +[dependencies] +numpy = ">=2.4.3,<3" +tifffile = ">=2026.3.3,<2027" +mapbox_earcut = ">=1.0.3,<2" +matplotlib = ">=3.10.8,<4" +scipy = ">=1.17.1,<2" + +[pypi-dependencies] +raylib = ">=5.5.0.4, <6" +opencv-python = ">=4.13.0.92, <5" |
