-
Notifications
You must be signed in to change notification settings - Fork 156
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
[REVIEW] Pin gdal to 3.1.x #339
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
okay to test |
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 gdal
version will also need to be updated in the integration
repo (link below). Please open a PR there before this can be approved/merged.
https://github.com/rapidsai/integration/blob/branch-0.18/conda/recipes/versions.yaml#L71-L72
Please update the GDAL version here (https://github.com/rapidsai/cuspatial/blob/branch-0.18/ci/gpu/build.sh#L46-L48) to confirm everything works as expected |
ok to test |
Great, thanks everyone for pointing me to all the different places! Do we need to merge rapidsai/integration#204 before this PR? And now that all the tests pass, can I revert the |
Yup, merged the integration PR. Revert the |
This reverts commit a49e0ab.
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.
approved now that rapidsai/integration#204 is merged.
Bump `gdal` from 3.1.x to 3.2.x. Supersedes #339. This is inline with conda-forge's current migration to gdal=3.2.x (see conda-forge/conda-forge-pinning-feedstock#922 and https://conda-forge.org/status/#gdal32). Update on rapidsai/integration is at rapidsai/integration#211. Authors: - Wei Ji (@weiji14) Approvers: - AJ Schmidt (@ajschmidt8) - Keith Kraus (@kkraus14) URL: #347
Bump
gdal
from 3.0.x to 3.1.x, fixes #327 and supersedes/reverts #245.