Skip to content

Commit 74b684d

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

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

recipes/pyflowy/meta.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,29 @@ requirements:
1818
build:
1919
- {{ compiler('cxx') }}
2020
- {{ stdlib('c') }}
21+
- pkgconf
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
2335
- pybind11
36+
- libnetcdf
37+
- hdf5
2438
- meson-python
2539
- numpy
2640
- pip
2741
run:
2842
- python
43+
- libnetcdf
2944
- pybind11 >=2.12.0
3045
- {{ pin_compatible('numpy') }}
3146

0 commit comments

Comments
 (0)