Skip to content

Commit 4dc8e07

Browse files
committed
Pin the max version
1 parent d2e0dc9 commit 4dc8e07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ system-requirements = { macos = "15.0" }
3131
[dependencies]
3232
python = "==3.12"
3333
mojo = "<1.0.0" # includes `mojo-compiler`, lsp, debugger, formatter etc.
34-
max = "*"
34+
max = "==25.7.0.dev2025111305"
3535
bash = ">=5.2.21,<6"
3636
manim = ">=0.18.1,<0.19"
3737
mdbook = ">=0.4.48,<0.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = "README.md"
55
requires-python = ">=3.10,<3.13"
66
dependencies = [
77
"mojo>=0.25.7.0.dev2025100107,<1.0.0",
8-
"max>=25.7.0.dev2025100107",
8+
"max==25.7.0.dev2025111305",
99
"poethepoet>=0.34.0",
1010
"scipy>=1.15.3",
1111
"torch==2.7.1",

0 commit comments

Comments
 (0)