Skip to content

Commit 8081942

Browse files
committed
Update minimum required versions of dependent components
1 parent 06533eb commit 8081942

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conda-recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ requirements:
1111
- numpy >=1.19,<1.25a0
1212
- cython
1313
- cmake >=3.19
14-
- dpctl >=0.13
15-
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2021.1.1') }}
14+
- dpctl >=0.14.1
15+
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2023.0.0') }}
1616
- onedpl-devel
1717
- tbb-devel
1818
- wheel
1919
build:
2020
- {{ compiler('cxx') }}
21-
- {{ compiler('dpcpp') }} >=2022.1 # [not osx]
21+
- {{ compiler('dpcpp') }} >=2023.0 # [not osx]
2222
run:
2323
- python
24-
- dpctl >=0.13
24+
- dpctl >=0.14.1
2525
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
2626
- {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x') }}
2727
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}

0 commit comments

Comments
 (0)