Skip to content

Commit f65fcc0

Browse files
committed
MAINT: Fixup build requirements
1 parent f640006 commit f65fcc0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

recipes/pyflowy/meta.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,30 @@ requirements:
1818
build:
1919
- {{ compiler('cxx') }}
2020
- {{ stdlib('c') }}
21+
- pkg-config
22+
- libnetcdf
23+
- cmake
24+
- ninja
25+
- cpp-argparse
26+
- tomlplusplus
27+
- catch2
28+
- xtensor
29+
- xtensor-blas
30+
- xtensor-python
31+
- requests
32+
- hdf5
2133
host:
2234
- python
35+
- pkg-config
2336
- pybind11
37+
- libnetcdf
38+
- hdf5
2439
- meson-python
2540
- numpy
2641
- pip
2742
run:
2843
- python
44+
- libnetcdf
2945
- pybind11 >=2.12.0
3046
- {{ pin_compatible('numpy') }}
3147

0 commit comments

Comments
 (0)