Skip to content

Commit befef35

Browse files
committed
[Fix] Hardcode dependency to pre-release mpython-core
1 parent ffc2144 commit befef35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"numpy",
29-
"mpython-core<=25.4"
29+
"mpython-core<=25.4a3"
3030
]
3131

3232
[project.urls]

0 commit comments

Comments
 (0)