Skip to content

Commit deee88e

Browse files
committed
Switch to pyproject.toml for pixi
It's recommended in their docs and pixi.toml seemed to be jumping to Python 3.14
1 parent 1e8f08e commit deee88e

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

pixi/pixi.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

pixi/pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[project]
2+
dependencies = []
3+
name = "pixi"
4+
requires-python = "~= 3.11.0"
5+
version = "0.1.0"
6+
7+
[tool.pixi.workspace]
8+
channels = ["conda-forge"]
9+
platforms = ["linux-64"]

0 commit comments

Comments
 (0)