We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06533eb commit 90f2879Copy full SHA for 90f2879
conda-recipe/meta.yaml
@@ -11,17 +11,17 @@ requirements:
11
- numpy >=1.19,<1.25a0
12
- cython
13
- cmake >=3.19
14
- - dpctl >=0.13
15
- - mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2021.1.1') }}
+ - dpctl >=0.14
+ - mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2023.0.0') }}
16
- onedpl-devel
17
- tbb-devel
18
- wheel
19
build:
20
- {{ compiler('cxx') }}
21
- - {{ compiler('dpcpp') }} >=2022.1 # [not osx]
+ - {{ compiler('dpcpp') }} >=2023.0 # [not osx]
22
run:
23
- python
24
25
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
26
- {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x') }}
27
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
0 commit comments