Skip to content

Commit

Permalink
try pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Jul 28, 2020
1 parent b86f40c commit 5e068f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- cython >=0.29.16
- numpy 1.15.4 # [(py != 38) and not (aarch64 or ppc64le)]
- numpy 1.16 # [(py == 38) and not (aarch64 or ppc64le)]
- numpy # [aarch64 or ppc64le]
- numpy # [aarch64 or ppc64le or pypy]
run:
- python
- {{ pin_compatible('numpy') }}
Expand Down

0 comments on commit 5e068f7

Please sign in to comment.