Skip to content

Commit d7dfbe8

Browse files
committed
Suppress dependency warning per conda-build recommndation
1 parent c498a76 commit d7dfbe8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ build:
1313
- WHEELS_OUTPUT_FOLDER
1414
ignore_run_exports:
1515
- blas
16+
{% if use_numpy_base %}
17+
- numpy-base
18+
{% else %}
19+
- numpy >=1.26.4
20+
{% endif %}
1621

1722
requirements:
1823
build:

0 commit comments

Comments
 (0)