Skip to content

Commit fa149f4

Browse files
authored
update recipe to use numpy-base (#92)
1 parent 8e88d73 commit fa149f4

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
@@ -33,7 +33,7 @@ requirements:
3333
run:
3434
- python
3535
- {{ pin_compatible('intel-cmplr-lib-rt') }}
36-
- {{ pin_compatible('numpy') }}
36+
- {{ pin_compatible('numpy-base') }}
3737

3838
test:
3939
requires:

0 commit comments

Comments
 (0)