Skip to content

Commit 384a4ba

Browse files
update numpy restriction by adding numpy 1.22 (#1207)
* update numpy restriction by adding numpy 1.22 * Update conda-recipe/meta.yaml Also exclude alpha/beta builds of 1.23 sources Co-authored-by: Oleksandr Pavlyk <[email protected]>
1 parent 35e28a4 commit 384a4ba

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
@@ -8,7 +8,7 @@ requirements:
88
host:
99
- python
1010
- setuptools
11-
- numpy >=1.19,<1.22a0
11+
- numpy >=1.19,<1.23a0
1212
- cython
1313
- cmake >=3.19
1414
- dpctl >=0.13

0 commit comments

Comments
 (0)