Skip to content

Commit f94965a

Browse files
Use quotes to specify versions
1 parent bd1d042 commit f94965a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy:
2-
- 1.23
2+
- '1.23'
33
c_compiler: # [linux]
44
- gcc # [linux]
55
cxx_compiler: # [linux]
@@ -9,7 +9,7 @@ cxx_compiler_version: # [linux]
99
c_stdlib: # [linux]
1010
- sysroot # [linux]
1111
c_stdlib_version: # [linux]
12-
- 2.28 # [linux]
12+
- '2.28' # [linux]
1313
c_stdlib: # [win]
1414
- vs # [win]
1515
cxx_compiler: # [win]

0 commit comments

Comments
 (0)