Skip to content

Commit bb303b3

Browse files
Add numpy to ignore_run_exports in conda recipes
1 parent e000f3a commit bb303b3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

conda-recipe-cf/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build:
99
number: {{ GIT_DESCRIBE_NUMBER }}
1010
ignore_run_exports:
1111
- blas
12+
- numpy
1213

1314
requirements:
1415
build:

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ build:
1111
- WHEELS_OUTPUT_FOLDER
1212
ignore_run_exports:
1313
- blas
14+
- numpy
1415

1516
requirements:
1617
build:

0 commit comments

Comments
 (0)