build(ray-tune): remove python version-specific dep requirements#983
Merged
AlessandroPomponio merged 5 commits intoJun 2, 2026
Merged
Conversation
Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
Member
|
Checks Summary Last run: 2026-06-02T09:32:15.125Z Mend Unified Agent vulnerability scan found 2 vulnerabilities:
|
Member
|
What are the risks? |
Member
Author
|
In theory wheels should say what python versions they're compatible with, but I remember us having issues earlier on with numba. |
Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
Changes will be done in #987 Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
Member
Author
|
@michael-johnston I checked and we are always resolving v0.62.1 for numba, so we don't need the old version specifiers now. I slightly updated the pyproject to make it a bit clearer |
Neither uv pip nor pip need them Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
michael-johnston
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Earlier we had specific version requirements for
numbaand other packages to make sure certain Python versions weren't installing unsupported versions. This was added because we saw this happening multiple times in the CI.Manual checks, though, show that this isn't happening anymore. Even specifiers that were added recently (e.g., for SciPy) aren't needed. This has been verified on a clean virtual environment with both
uv pipandpip: