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 bd1d042 commit f94965aCopy full SHA for f94965a
conda-recipe/conda_build_config.yaml
@@ -1,5 +1,5 @@
1
numpy:
2
- - 1.23
+ - '1.23'
3
c_compiler: # [linux]
4
- gcc # [linux]
5
cxx_compiler: # [linux]
@@ -9,7 +9,7 @@ cxx_compiler_version: # [linux]
9
c_stdlib: # [linux]
10
- sysroot # [linux]
11
c_stdlib_version: # [linux]
12
- - 2.28 # [linux]
+ - '2.28' # [linux]
13
c_stdlib: # [win]
14
- vs # [win]
15
cxx_compiler: # [win]
0 commit comments