Fix dependency versions for 23.08#3638
Merged
rapids-bot[bot] merged 3 commits intorapidsai:branch-23.08from Jun 5, 2023
Merged
Fix dependency versions for 23.08#3638rapids-bot[bot] merged 3 commits intorapidsai:branch-23.08from
23.08#3638rapids-bot[bot] merged 3 commits intorapidsai:branch-23.08from
Conversation
bdice
approved these changes
Jun 5, 2023
AyodeAwe
approved these changes
Jun 5, 2023
raydouglass
approved these changes
Jun 5, 2023
ChuckHastings
approved these changes
Jun 5, 2023
Collaborator
ChuckHastings
left a comment
There was a problem hiding this comment.
I like the addition of the DEPENDENCIES label. This should make it easier to recognize what we're changing... as well as simplifying the script a bit and reducing the opportunity for copy/paste errors.
rlratzel
approved these changes
Jun 5, 2023
Member
Author
|
/merge |
raydouglass
added a commit
to rapidsai/cuspatial
that referenced
this pull request
Jun 7, 2023
Updates `update-version.sh` to follow the pattern from rapidsai/cugraph#3638 Required for `23.06` because `python/cuspatial/pyproject.py` does not exist thus breaking the script. This means any hotfixes to this version will have issues during release. Also updates a version in `cpp/doxygen/Doxyfile` which was outdated. Skipped CI since this script is not tested by CI. Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - AJ Schmidt (https://github.com/ajschmidt8)
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.
This PR fixes all of the RAPIDS dependency versions for
branch-23.08.The processes around
update-version.shwill eventually be improved in the future.For now, this manual fix will resolve the current issues on
branch-23.08.The script can be (and was) tested locally by running commands like: