Skip to content

Commit 8384b5c

Browse files
committed
update recipe to use numpy-base
1 parent 999e7ce commit 8384b5c

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
@@ -26,7 +26,7 @@ requirements:
2626
run:
2727
- python
2828
- mkl-service
29-
- {{ pin_compatible('numpy') }}
29+
- {{ pin_compatible('numpy-base') }}
3030

3131
test:
3232
commands:

0 commit comments

Comments
 (0)