Skip to content

Commit 64478ae

Browse files
Use pin_compatible for run-time dependency generation on numpy, restrict numpy version bracket for host section
1 parent ac79e9f commit 64478ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requirements:
88
host:
99
- python
1010
- setuptools
11-
- numpy >=1.19
11+
- numpy >=1.19,<1.22a0
1212
- cython
1313
- cmake >=3.19
1414
- dpctl >=0.13
@@ -23,7 +23,7 @@ requirements:
2323
- dpctl >=0.13
2424
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
2525
- {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x') }}
26-
- numpy >=1.15
26+
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
2727

2828
build:
2929
number: {{ GIT_DESCRIBE_NUMBER }}

0 commit comments

Comments
 (0)