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 d01336f commit bfa4169Copy full SHA for bfa4169
conda.recipe/meta.yaml
@@ -12,16 +12,19 @@ source:
12
13
requirements:
14
build:
15
+ - {{ compiler('c') }}
16
+ - {{ compiler('cxx') }}
17
+ host:
18
- python
19
+ - pip
20
- cython
- - numpy 1.11.*
21
+ - numpy
22
- setuptools >=3.3
23
- python-dateutil >=2.5.0
24
- pytz
-
25
run:
- - python
- - numpy >=1.11.*
26
+ - python {{ python }}
27
+ - {{ pin_compatible('numpy') }}
28
29
30
0 commit comments