Skip to content

Commit 3db13c0

Browse files
committed
Don't install ray on pyton 3.13
1 parent 940e032 commit 3db13c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ test = [
9191
"ridgeplot",
9292
"great_tables",
9393
"modin[all]",
94+
# ray doesn't currently support Python 3.13
95+
"ray;python_version<'3.13'",
9496
"polars",
9597
"dask[dataframe]",
9698
"pyarrow",

0 commit comments

Comments
 (0)