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 3db13c0 commit 42ee7a2Copy full SHA for 42ee7a2
pyproject.toml
@@ -90,7 +90,8 @@ test = [
90
"faicons",
91
"ridgeplot",
92
"great_tables",
93
- "modin[all]",
+ # modin depends on ray, which doesn't support Python 3.13
94
+ "modin[all];python_version<'3.13'",
95
# ray doesn't currently support Python 3.13
96
"ray;python_version<'3.13'",
97
"polars",
0 commit comments