-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Core] Upgrade ray to 2.3.0 #1618
Changes from 20 commits
ca94eba
1651e7f
55dd5b4
dc3c14f
d4ea222
ffb6f7b
d33593e
380d8b6
16fe424
c21d46d
99cc5dc
5ad228d
e3f0c60
3e42635
e0d8e7c
0cb298b
366173b
caee0e1
4e280a3
582b0ba
4351433
79627b8
9cc992e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,9 +64,9 @@ def parse_readme(readme: str) -> str: | |
|
||
install_requires = [ | ||
'wheel', | ||
# NOTE: ray 2.0.1 requires click<=8.0.4,>=7.0; We disable the | ||
# NOTE: ray 2.2.0 requires click>=7.0; We disable the | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Local ray versions may be older than 2.2. Does that mean the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I decided to upgrade the local ray version to |
||
# shell completion for click<8.0 for backward compatibility. | ||
'click<=8.0.4,>=7.0', | ||
'click>=7.0', | ||
# NOTE: required by awscli. To avoid ray automatically installing | ||
# the latest version. | ||
'colorama<0.4.5', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems unneeded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this in #1734.