Skip to content

Commit fe78fb2

Browse files
authored
Loosen Ray dependency
1 parent 4c4bfd4 commit fe78fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "daft_launcher"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
requires-python = ">=3.12"
5-
dependencies = ["boto3>=1.35.17", "click>=8.1.7", "ray[default]==2.36.0"]
5+
dependencies = ["boto3>=1.35.17", "click>=8.1.7", "ray[default]>=2.36.0"]
66
description = "A simple launcher for spinning up and managing Ray clusters for Daft."
77
readme = "README.md"
88

0 commit comments

Comments
 (0)