Skip to content

Commit 42ee7a2

Browse files
committed
Do same for modin
1 parent 3db13c0 commit 42ee7a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ test = [
9090
"faicons",
9191
"ridgeplot",
9292
"great_tables",
93-
"modin[all]",
93+
# modin depends on ray, which doesn't support Python 3.13
94+
"modin[all];python_version<'3.13'",
9495
# ray doesn't currently support Python 3.13
9596
"ray;python_version<'3.13'",
9697
"polars",

0 commit comments

Comments
 (0)