-
Notifications
You must be signed in to change notification settings - Fork 55
RHOAIENG-27828: Update Ray Version references #853
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
base: main
Are you sure you want to change the base?
Conversation
@kryanbeane: This pull request references RHOAIENG-27828 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.20.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #853 +/- ##
=======================================
Coverage 92.46% 92.46%
=======================================
Files 24 24
Lines 1394 1394
=======================================
Hits 1289 1289
Misses 105 105 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -23,7 +23,7 @@ keywords = ['codeflare', 'python', 'sdk', 'client', 'batch', 'scale'] | |||
python = "^3.11" | |||
openshift-client = "1.0.18" | |||
rich = ">=12.5,<14.0" | |||
ray = {version = "2.46.0", extras = ["data", "default"]} |
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.
the minor version was / is required here for poetry.lock to get the correct version
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pawelpaszki The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Issue link
RHOAIENG-027828
What changes have been made
Updated Ray version references
Verification steps
Build the SDK, test its functionality in a notebook. Ensure you're using a runtime image for your Ray Cluster that has compatible Ray Version.
Checks