We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88f334 commit e5ab767Copy full SHA for e5ab767
conda-recipe/meta.yaml
@@ -27,7 +27,7 @@ requirements:
27
run:
28
- python
29
- {{ pin_compatible('mkl', min_pin="x.x", max_pin="x") }}
30
- - {{ pin_compatible('numpy', min_pin="x.x", max_pin="x") }}
+ - {{ pin_compatible('numpy-base', min_pin="x.x", max_pin="x") }}
31
32
test:
33
commands:
0 commit comments