Skip to content

Commit eb15b15

Browse files
authored
Update build requirements for swig, numcodecs, and fastparquet (#63)
1 parent 896f5a6 commit eb15b15

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

packages/fastparquet/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ package:
44
top-level:
55
- fastparquet
66
requirements:
7+
host:
8+
- numpy
79
run:
8-
- cramjam
910
- numpy
11+
- cramjam
1012
- pandas
1113
- fsspec
1214
- packaging

packages/numcodecs/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ build:
1414
export DISABLE_NUMCODECS_SSE2=1
1515
export DISABLE_NUMCODECS_AVX2=1
1616
requirements:
17+
host:
18+
- numpy
1719
run:
1820
- numpy
1921
- msgpack

packages/swiglpk/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ build:
1616
requirements:
1717
host:
1818
- glpk
19+
executable:
20+
- swig
1921
about:
2022
home: https://github.com/opencobra/swiglpk
2123
PyPI: https://pypi.org/project/swiglpk/

0 commit comments

Comments
 (0)