Skip to content

Commit

Permalink
Temporarily remove rmm from conda dependencies so it is fetched by CP…
Browse files Browse the repository at this point in the history
…M with the appropriate CCCL.
  • Loading branch information
bdice committed Sep 12, 2023
1 parent eb33e78 commit 48510b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/libcuspatial/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ requirements:
- gmock {{ gtest_version }}
- gtest {{ gtest_version }}
- libcudf ={{ minor_version }}
- librmm ={{ minor_version }}
#- librmm ={{ minor_version }} # TODO: Temporarily disabled so that rmm doesn't provide CCCL
- sqlite
- proj

Expand Down

0 comments on commit 48510b4

Please sign in to comment.