Skip to content

Commit

Permalink
Update build requirements for swig, numcodecs, and fastparquet (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane authored Jan 15, 2025
1 parent 896f5a6 commit eb15b15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/fastparquet/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ package:
top-level:
- fastparquet
requirements:
host:
- numpy
run:
- cramjam
- numpy
- cramjam
- pandas
- fsspec
- packaging
Expand Down
2 changes: 2 additions & 0 deletions packages/numcodecs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ build:
export DISABLE_NUMCODECS_SSE2=1
export DISABLE_NUMCODECS_AVX2=1
requirements:
host:
- numpy
run:
- numpy
- msgpack
Expand Down
2 changes: 2 additions & 0 deletions packages/swiglpk/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ build:
requirements:
host:
- glpk
executable:
- swig
about:
home: https://github.com/opencobra/swiglpk
PyPI: https://pypi.org/project/swiglpk/
Expand Down

0 comments on commit eb15b15

Please sign in to comment.