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 2684651 commit 2c459e6Copy full SHA for 2c459e6
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:
@@ -56,6 +57,7 @@ test:
56
57
requires:
58
- {{ compiler('c') }}
59
60
61
- cython
62
- setuptools
63
- pytest
0 commit comments