Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit c9272fe

Browse files
committed
fix max ver
1 parent c291cdd commit c9272fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mojoproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ max = ">=24.5.0"
2626
channels = ["conda-forge", "https://conda.modular.com/max-nightly"]
2727

2828
[feature.nightly.dependencies]
29-
max = "*"
29+
max = ">=25.1.0.dev2024121305"
3030

3131
[environments]
3232
nightly = {features = ["nightly"]}

0 commit comments

Comments
 (0)