Skip to content

Commit bfa4169

Browse files
TomAugspurgerjreback
authored andcommitted
Use CB3 syntax for compiler (#21800)
1 parent d01336f commit bfa4169

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

conda.recipe/meta.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@ source:
1212

1313
requirements:
1414
build:
15+
- {{ compiler('c') }}
16+
- {{ compiler('cxx') }}
17+
host:
1518
- python
19+
- pip
1620
- cython
17-
- numpy 1.11.*
21+
- numpy
1822
- setuptools >=3.3
1923
- python-dateutil >=2.5.0
2024
- pytz
21-
2225
run:
23-
- python
24-
- numpy >=1.11.*
26+
- python {{ python }}
27+
- {{ pin_compatible('numpy') }}
2528
- python-dateutil >=2.5.0
2629
- pytz
2730

0 commit comments

Comments
 (0)