Skip to content

Commit a1e848f

Browse files
committed
Update python version restrictions
1 parent 67d52fc commit a1e848f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
9191
# --------------------------------------------------------------------------------------
9292

9393
[tool.pixi.dependencies]
94-
python = "3.12"
94+
python = ">=3.12,<3.13"
9595
scipy = "<=1.13"
9696
pybaum = "*"
9797
jupyterlab = "*"

0 commit comments

Comments
 (0)