Skip to content

Commit e5ab767

Browse files
committed
update recipe to use numpy-base
1 parent a88f334 commit e5ab767

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
@@ -27,7 +27,7 @@ requirements:
2727
run:
2828
- python
2929
- {{ pin_compatible('mkl', min_pin="x.x", max_pin="x") }}
30-
- {{ pin_compatible('numpy', min_pin="x.x", max_pin="x") }}
30+
- {{ pin_compatible('numpy-base', min_pin="x.x", max_pin="x") }}
3131

3232
test:
3333
commands:

0 commit comments

Comments
 (0)