Skip to content

Commit

Permalink
Remove superfluous ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 4, 2025
1 parent 55790be commit 393402b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ build:
- SCCACHE_S3_KEY_PREFIX=cudf-linux64 # [linux64]
- SCCACHE_S3_USE_SSL
- SCCACHE_S3_NO_CREDENTIALS
ignore_run_exports:
# libcudf's run_exports pinning is looser than we would like
- libcudf
ignore_run_exports_from:
- {{ compiler('cuda') }}
{% if cuda_major != "11" %}
Expand Down
3 changes: 0 additions & 3 deletions conda/recipes/pylibcudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ build:
- SCCACHE_S3_KEY_PREFIX=pylibcudf-linux64 # [linux64]
- SCCACHE_S3_USE_SSL
- SCCACHE_S3_NO_CREDENTIALS
ignore_run_exports:
# libcudf's run_exports pinning is looser than we would like
- libcudf
ignore_run_exports_from:
- {{ compiler('cuda') }}
{% if cuda_major != "11" %}
Expand Down

0 comments on commit 393402b

Please sign in to comment.