We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940e032 commit 3db13c0Copy full SHA for 3db13c0
pyproject.toml
@@ -91,6 +91,8 @@ test = [
91
"ridgeplot",
92
"great_tables",
93
"modin[all]",
94
+ # ray doesn't currently support Python 3.13
95
+ "ray;python_version<'3.13'",
96
"polars",
97
"dask[dataframe]",
98
"pyarrow",
0 commit comments