-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Serve] add dependencies on openssl #47738
Conversation
Signed-off-by: Gene Su <[email protected]>
…ay[serve-grpc] Signed-off-by: Gene Su <[email protected]>
@@ -57,3 +57,4 @@ pandas>=1.3 | |||
pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3 # Serve users can use pydantic<2 | |||
py-spy>=0.2.0 | |||
memray; sys_platform != "win32" # memray is not supported on Windows | |||
pyOpenSSL |
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.
please update the compiled dependency file?
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.
I think it already exist here
ray/python/requirements_compiled.txt
Line 1684 in a31eede
pyopenssl==23.0.0 |
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.
it still needs to be updated to include the line like:
-r /ray/ci/../python/requirements.txt
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.
I took the file from https://buildkite.com/ray-project/premerge/builds/29486#01922006-34c9-4366-a8b4-fd1a372567b2 and seems like that's the only change (besides added a new line in the end)
Signed-off-by: Gene Su <[email protected]>
Add `pyOpenSSL` dependency for Serve. And update test docker file to use ray[serve-grpc] dependencies. Signed-off-by: Gene Su <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Add `pyOpenSSL` dependency for Serve. And update test docker file to use ray[serve-grpc] dependencies. Signed-off-by: Gene Su <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Add `pyOpenSSL` dependency for Serve. And update test docker file to use ray[serve-grpc] dependencies. Signed-off-by: Gene Su <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Add `pyOpenSSL` dependency for Serve. And update test docker file to use ray[serve-grpc] dependencies. Signed-off-by: Gene Su <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Add `pyOpenSSL` dependency for Serve. And update test docker file to use ray[serve-grpc] dependencies. Signed-off-by: Gene Su <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Add `pyOpenSSL` dependency for Serve. And update test docker file to use ray[serve-grpc] dependencies. Signed-off-by: Gene Su <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Add `pyOpenSSL` dependency for Serve. And update test docker file to use ray[serve-grpc] dependencies. Signed-off-by: Gene Su <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Add `pyOpenSSL` dependency for Serve. And update test docker file to use ray[serve-grpc] dependencies. Signed-off-by: Gene Su <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Add `pyOpenSSL` dependency for Serve. And update test docker file to use ray[serve-grpc] dependencies. Signed-off-by: Gene Su <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Why are these changes needed?
Add
pyOpenSSL
dependency for Serve. And update test docker file to use ray[serve-grpc] dependencies.Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.