We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d65a33 commit e663f87Copy full SHA for e663f87
1 file changed
conda-recipe/meta.yaml
@@ -11,7 +11,7 @@ requirements:
11
- numpy 1.19
12
- cython
13
- cmake 3.19
14
- - dpctl >=0.10
+ - dpctl >=0.12
15
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2021.1.1') }}
16
- tbb-devel
17
- wheel
@@ -20,7 +20,7 @@ requirements:
20
- dpcpp-cpp-rt {{ environ.get('DPCPP_VER', '>=2021.1.1') }}
21
run:
22
- python
23
24
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
25
- {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x') }}
26
- numpy >=1.15
0 commit comments