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 5e35e0e commit f6440c7Copy full SHA for f6440c7
conda-recipe/meta.yaml
@@ -22,6 +22,7 @@ requirements:
22
# TODO: keep in sync with /pyproject.toml
23
build:
24
- {{ compiler('cxx') }}
25
+ - {{ stdlib('c') }}
26
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
27
- sysroot_linux-64 >=2.28 # [linux]
28
host:
@@ -57,6 +58,7 @@ test:
57
58
requires:
59
- {{ compiler('c') }}
60
61
62
- cython
63
- setuptools
64
- pytest
0 commit comments