Skip to content

Commit daa2a4a

Browse files
committed
revert: back to dev build that works (0.26.1.0.dev2026010718)
The stable 26.1.0 release doesn't have the .external Origin API that our code uses. The dev build from Jan 7 has the correct API and works. This is a Mojo API instability issue - will track for future updates.
1 parent 1c43829 commit daa2a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ install-ffi = """
5555
"""
5656

5757
[dependencies]
58-
max = "26.1.*"
59-
mojo = "0.26.1.*"
58+
max = ">=26.1.0.dev2026010718,<27"
59+
mojo = ">=0.26.1.0.dev2026010718,<0.27"
6060
matplotlib = ">=3.10.8,<4"
6161
scipy = ">=1.16.3,<2"
6262
librosa = ">=0.11.0,<0.12"

0 commit comments

Comments
 (0)