Skip to content

Commit cbb7e9f

Browse files
relax min_pin of pin_compatible('numpy')
1 parent 520b51b commit cbb7e9f

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
@@ -25,7 +25,7 @@ requirements:
2525
- wheel
2626
run:
2727
- python
28-
- {{ pin_compatible('numpy') }}
28+
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
2929
- dpcpp-cpp-rt >=2022.1
3030

3131
test:

0 commit comments

Comments
 (0)