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 2c459e6 commit 4ddcbb1Copy full SHA for 4ddcbb1
conda-recipe/conda_build_config.yaml
@@ -1,2 +1,8 @@
1
numpy:
2
- 1.23
3
+c_stdlib_version: # [linux]
4
+ - 2.28 # [linux]
5
+c_stdlib: # [win]
6
+ - vs # [win]
7
+cxx_compiler: # [win]
8
+ - vs2019 # [win]
conda-recipe/meta.yaml
@@ -24,7 +24,6 @@ requirements:
24
- {{ compiler('cxx') }}
25
- {{ stdlib('c') }}
26
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
27
- - sysroot_linux-64 >=2.28 # [linux]
28
host:
29
- python
30
- pip >=24.0
0 commit comments