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 cddf05f commit aa4e851Copy full SHA for aa4e851
conda-recipe/meta.yaml
@@ -13,7 +13,8 @@ build:
13
requirements:
14
build:
15
- {{ compiler('cxx') }}
16
- - {{ compiler('dpcpp') }} >=2023.0 # [not osx]
+ - {{ compiler('dpcpp') }} >=2023.1 # [not osx]
17
+ - sysroot_linux-64 >=2.17 # [linux]
18
host:
19
- setuptools
20
- cmake >=3.21
@@ -28,7 +29,7 @@ requirements:
28
29
- python
30
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
31
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
- - dpcpp-cpp-rt >=2023.0 # [py>39]
32
+ - dpcpp-cpp-rt >=2023.1 # [py>39]
33
34
test:
35
requires:
0 commit comments