-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[data] Add mosaicml-streaming to BYOD requirements for release testing #37896
[data] Add mosaicml-streaming to BYOD requirements for release testing #37896
Conversation
@@ -1,5 +1,5 @@ | |||
# | |||
# This file is autogenerated by pip-compile with python 3.8 | |||
# This file is autogenerated by pip-compile with python 3.9 |
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.
oh, you should compile this with python 3.8, not 3.9
@@ -12,6 +12,7 @@ gym[atari] | |||
importlib-metadata | |||
lightgbm | |||
memray | |||
mosaicml-streaming |
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 should be added to requirements_byod_ml_3.8.in since your test uses ray-ml image
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 package needs to be added and compiled for requirements_ml_byod_3.8.in with python 3.8
Signed-off-by: Stephanie Wang <[email protected]>
d772a62
to
f5d2863
Compare
Ah thanks. Can you review again? |
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.
Why are these changes needed?
Adds a dep required by #37610.