Skip to content

Commit

Permalink
[Dependency] Remove the upper bound for ray in setup (#3495)
Browse files Browse the repository at this point in the history
Remove the upper bound for ray in setup.py
  • Loading branch information
Michaelvll authored Apr 28, 2024
1 parent f146945 commit 78b95b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/setup_files/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def parse_readme(readme: str) -> str:
# click/grpcio/protobuf.
# Excluded 2.6.0 as it has a bug in the cluster launcher:
# https://github.com/ray-project/ray/releases/tag/ray-2.6.1
'ray[default] >= 2.2.0, <= 2.9.3, != 2.6.0',
'ray[default] >= 2.2.0, != 2.6.0',
]

remote = [
Expand Down

0 comments on commit 78b95b3

Please sign in to comment.