Skip to content
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

Pin wheel dependencies to same RAPIDS release #1200

Merged
merged 10 commits into from
Jan 31, 2023
Merged

Pin wheel dependencies to same RAPIDS release #1200

merged 10 commits into from
Jan 31, 2023

Conversation

sevagh
Copy link
Contributor

@sevagh sevagh commented Jan 27, 2023

Now that wheel CI is enabled, the nightly index will contain next release wheels, so we need to ensure those don't get installed while still building this release.

Also tests a new mechanism (local-wheelhouse) for cibuildwheel to prefer local wheels.

@sevagh sevagh requested review from a team as code owners January 27, 2023 17:02
@sevagh sevagh added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Jan 27, 2023
Comment on lines 68 to 71
sed_runner "s/${CURRENT_SHORT_TAG_PEP440}/${NEXT_SHORT_TAG_PEP440}/g" python/pylibraft/setup.py
sed_runner "s/${CURRENT_SHORT_TAG_PEP440}/${NEXT_SHORT_TAG_PEP440}/g" python/pylibraft/_custom_build/backend.py
sed_runner "s/${CURRENT_SHORT_TAG_PEP440}/${NEXT_SHORT_TAG_PEP440}/g" python/raft-dask/setup.py
sed_runner "s/${CURRENT_UCX_PY_VERSION_PEP440}/${NEXT_UCX_PY_VERSION_PEP440}/g" python/raft-dask/setup.py
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's best to avoid using any kind of CURRENT_SHORT_TAG reference in the search term for these lines because if the source files become out of sync (which happens occasionally) then these sed commands will fail.

I would recommend making the search terms more specific.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, you can test these lines with commands like: bash ci/release/update-version.sh 23.04.00.

I usually try to run a sequence of commands like this to ensure that everything works as expected:

bash ci/release/update-version.sh 23.06.00
bash ci/release/update-version.sh 22.06.00
bash ci/release/update-version.sh 23.02.00

@codecov-commenter
Copy link

codecov-commenter commented Jan 27, 2023

Codecov Report

Base: 87.99% // Head: 87.99% // No change to project coverage 👍

Coverage data is based on head (4c5fc12) compared to base (2fb5c06).
Patch has no changes to coverable lines.

Additional details and impacted files
@@              Coverage Diff              @@
##           branch-23.02    #1200   +/-   ##
=============================================
  Coverage         87.99%   87.99%           
=============================================
  Files                21       21           
  Lines               483      483           
=============================================
  Hits                425      425           
  Misses               58       58           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@benfred benfred closed this Jan 30, 2023
@benfred benfred reopened this Jan 30, 2023
@vyasr vyasr requested a review from ajschmidt8 January 31, 2023 03:23
@sevagh
Copy link
Contributor Author

sevagh commented Jan 31, 2023

/merge

@rapids-bot rapids-bot bot merged commit dc4e8f0 into rapidsai:branch-23.02 Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci improvement Improvement / enhancement to an existing function non-breaking Non-breaking change python
Projects
Development

Successfully merging this pull request may close these issues.

6 participants