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 eaa1579 commit 24d7271Copy full SHA for 24d7271
meta.yaml
@@ -9,24 +9,28 @@ source:
9
build:
10
number: 0
11
script: python -m pip install --no-deps --ignore-installed .
12
- skip: true # [win]
+ skip: true # [win]
13
14
requirements:
15
16
- python
17
- pip
18
- toolchain
19
+ - perl
20
+ - make
21
- nomkl
22
- libnetcdf 4.4.*
23
- expat
24
- numpy >=1.13
25
- tk 8.5.*
26
+ - gcc # [osx]
27
run:
28
29
30
31
32
33
+ - libgcc # [osx]
34
35
test:
36
imports:
0 commit comments