Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ray: single version compatible with 3.9 - 3.13
  • Loading branch information
Grégoire Clément authored and gc committed Sep 30, 2025
commit 168bc5d3c5745ada781443cef3bdfcd6a61733c9
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ pyarrow = { version = ">=17.0.0", optional = true }
google-auth = { version = ">=2.4.0", optional = true }
pandas = { version = ">=1.0.0,<3.0.0", optional = true }
duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
ray = [
{ version = ">=2.10.0,<=2.44.0", python = ">=3.9,<3.13", optional = true },
{ version = ">=2.49.2", python = ">=3.13", optional = true },
]
ray = { version = ">=2.45.0", python = ">=3.13", optional = true }
python-snappy = { version = ">=0.6.0,<1.0.0", optional = true }
thrift = { version = ">=0.13.0,<1.0.0", optional = true }
boto3 = { version = ">=1.24.59", optional = true }
Expand Down