Skip to content

Commit a2dd3db

Browse files
committed
Add conda_build_config.yaml to conda-recipe
1 parent 07f441f commit a2dd3db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
numpy:
2+
- '1.25'
3+
c_compiler: # [linux]
4+
- gcc # [linux]
5+
cxx_compiler: # [linux]
6+
- gxx # [linux]
7+
cxx_compiler_version: # [linux]
8+
- '14' # [linux]
9+
cxx_compiler: # [win]
10+
- vs2022 # [win]
11+
c_compiler: # [win]
12+
- vs2022 # [win]

0 commit comments

Comments
 (0)