We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f33236 commit 42cbd38Copy full SHA for 42cbd38
1 file changed
pyproject.toml
@@ -68,7 +68,7 @@ duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
68
ray = [
69
{ version = "==2.10.0", python = "<3.9", optional = true },
70
{ version = ">=2.10.0,<3.0.0", python = ">=3.9", optional = true },
71
- { version = ">=2.45.0", python = ">=3.13", optional = true}
+ { version = ">=2.45.0", python = ">=3.13", optional = true }
72
]
73
python-snappy = { version = ">=0.6.0,<1.0.0", optional = true }
74
thrift = { version = ">=0.13.0,<1.0.0", optional = true }
0 commit comments