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

[HOTFIX] v23.12.01 #1310

Merged
merged 1 commit into from
Dec 7, 2023
Merged

[HOTFIX] v23.12.01 #1310

merged 1 commit into from
Dec 7, 2023

Conversation

raydouglass
Copy link
Member

Fix a pin on proj

Currently `pyproj` is still pinned to `proj` 9.3.0 (for [example]( https://github.com/conda-forge/pyproj-feedstock/blob/1cd88219a34c40265a8f70384476ce6c90e1ac45/.ci_support/linux_64_numpy1.26python3.12.____cpython.yaml#L19-L20 )). However `proj` recently released `9.3.1` ( conda-forge/proj.4-feedstock#140 ), which `cuproj` is pulling in at the moment. Since `proj` [pins to the patch version in its `run_exports`]( https://github.com/conda-forge/proj.4-feedstock/blob/332baf3b6a739377f5e5cf65d9e9297d02a6ddf3/recipe/meta.yaml#L15-L18 ), building against `9.3.1` means `cuproj` would need exactly `9.3.1` at runtime. This makes it incompatible with everything else, which is still pinned to `proj` `9.3.0`. Embedded screenshot below to highlight this

So for now just manually pin `proj` to `9.3.0` to build `cuproj` with a consistent `proj` version to resolve conflicts

This issue should clear up once to `proj` `9.3.1` migration ( conda-forge/conda-forge-pinning-feedstock#5226 ) completes. Then we can bump this or drop it as we see fit then

Authors:
   - https://github.com/jakirkham

Approvers:
   - Bradley Dice (https://github.com/bdice)
   - Mark Harris (https://github.com/harrism)
   - Ray Douglass (https://github.com/raydouglass)
@raydouglass raydouglass requested a review from a team as a code owner December 7, 2023 00:54
@raydouglass raydouglass merged commit 5e0389a into main Dec 7, 2023
25 of 29 checks passed
@github-actions github-actions bot added the conda Related to conda and conda configuration label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conda Related to conda and conda configuration
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants