Skip to content

Commit

Permalink
Pin proj to >=9.3.0,<9.3.1.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 7, 2024
1 parent 4361f9e commit 0e25119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/cuproj/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ requirements:
- rapids-build-backend >=0.3.0,<0.4.0.dev0
- librmm ={{ minor_version }}
- scikit-build-core >=0.10.0
- proj
- proj >=9.3.0,<9.3.1.0a0 # TODO: proj is being held back due to needing spdlog/fmt upgrades to support recent conda-forge builds of tiledb
- sqlite
run:
{% if cuda_major == "11" %}
Expand Down

0 comments on commit 0e25119

Please sign in to comment.