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 ed6dcd7 commit 5cca545Copy full SHA for 5cca545
pyproject.toml
@@ -66,7 +66,7 @@ pyarrow = { version = ">=17.0.0", optional = true }
66
google-auth = { version = ">=2.4.0", optional = true }
67
pandas = { version = ">=1.0.0,<3.0.0", optional = true }
68
duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
69
-ray = { version = ">=2.10.0,<=2.44.0", optional = true }
+ray = { version = ">=2.10.0,<=2.44.0", optional = true }
70
python-snappy = { version = ">=0.6.0,<1.0.0", optional = true }
71
thrift = { version = ">=0.13.0,<1.0.0", optional = true }
72
boto3 = { version = ">=1.24.59", optional = true }
0 commit comments