-
Notifications
You must be signed in to change notification settings - Fork 52
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
Forward-merge branch-24.02 to branch-24.04 #637
Forward-merge branch-24.02 to branch-24.04 #637
Conversation
Fixes attempted in rapidsai/integration#695 & rapidsai/integration#697 don't play well with CEC at large, but this repo can pin `cuda-python` more restrictively. This PR pins `cuda-python` to the CUDA `major.minor.*` version. See also conda-forge/cuda-python-feedstock#66 Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - Bradley Dice (https://github.com/bdice) - Jake Awe (https://github.com/AyodeAwe) URL: rapidsai#624
Looks like all occurences of `DASK_SQL_VER` use the full version tag - should we modify [the logic in the version updating workflow](https://github.com/charlesbluca/docker/blob/12323a46f1a05f80d1e9354b3dbc0e3937227cc4/.github/workflows/update-dask-sql.yml#L49-L53) to reflect this? Authors: - Charles Blackmon-Luca (https://github.com/charlesbluca) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#623
Now that `cuda-python` packaging has been fixed to enable CUDA Enhanced Compatibility in conda-forge/cuda-python-feedstock#67, we can unpin `cuda-python` in our Docker builds. This reverts commit 7c808e7. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#628
Seeing some CI failures with cuSpatial, which should be fixed by PR: rapidsai/cuspatial#1350 Going to try restarting CI |
Seeing the following error on CI
Edit: Looks similar to issue ( conda-forge/miniforge#545 ) Edit 2: Seeing the same issue in |
Have reproduced this in the |
Rerunning CI now that PR ( rapidsai/miniforge-cuda#54 ) is merged |
Had tried to fix this yesterday with PR ( #636 ), but that was squashed merged. Adding a new forward merger PR so this can be merged in a commit instead