Skip to content

Commit 384408f

Browse files
authored
Replace numpy-devel with numpy (#690)
numpy-devel binds package with specific version of numpy. It allows use dpnp package with different versions of numpy that needed by numpy-dppy CI.
1 parent 8b1d889 commit 384408f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requirements:
88
host:
99
- python
1010
- setuptools
11-
- numpy-devel >=1.18
11+
- numpy >=1.15
1212
- cython
1313
- cmake >=3.16.5
1414
- dpctl >=0.5.0a0
@@ -22,6 +22,7 @@ requirements:
2222
- dpcpp_cpp_rt >=2021.1.1
2323
- mkl >=2021.1.1
2424
- mkl-dpcpp >=2021.1.1
25+
- numpy >=1.15
2526

2627
build:
2728
number: {{ GIT_DESCRIBE_NUMBER }}

0 commit comments

Comments
 (0)