Skip to content

Commit d170700

Browse files
th0114ndclaude
andauthored
fix: sync pyproject.toml max/mojo versions with pixi.toml (#241)
pyproject.toml was pinned to max==26.1.0.dev2026010820 (January 2026) while pixi.toml targets max==26.3.0.dev2026033105 (March 2026). The January build introduced a breaking change where def implicitly gained raises semantics, causing parse errors across all puzzle files. The March build resolved this, making the original code correct again. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 19dfa37 commit d170700

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "1.0.0"
44
readme = "README.md"
55
requires-python = ">=3.10,<3.13"
66
dependencies = [
7-
"mojo>=0.25.7.0.dev2025100107,<1.0.0",
8-
"max==26.1.0.dev2026010820",
7+
"mojo>=0.26.3.0.dev2026033105,<1.0.0",
8+
"max==26.3.0.dev2026033105",
99
"poethepoet>=0.34.0",
1010
"scipy>=1.15.3",
1111
"torch==2.7.1",

0 commit comments

Comments
 (0)