Skip to content

Commit 0218d06

Browse files
Merge pull request #1499 from IntelPython/meta-yaml-tweaks
conda-recipe-meta-yaml tweaks
2 parents 3277028 + 10f6896 commit 0218d06

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
@@ -32,7 +32,7 @@ requirements:
3232
- wheel
3333
run:
3434
- python
35-
- {{ pin_compatible('numpy', min_pin='x.x', upper_bound='1.26') }}
35+
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
3636
- dpcpp-cpp-rt >={{ required_compiler_version }}
3737
- level-zero # [linux]
3838

0 commit comments

Comments
 (0)