Skip to content

Commit 2da0512

Browse files
committed
The ignore_run_exports section should only contain package names without version specifiers
1 parent d7dfbe8 commit 2da0512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
{% if use_numpy_base %}
1717
- numpy-base
1818
{% else %}
19-
- numpy >=1.26.4
19+
- numpy
2020
{% endif %}
2121

2222
requirements:

0 commit comments

Comments
 (0)