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 f640006 commit f65fcc0Copy full SHA for f65fcc0
recipes/pyflowy/meta.yaml
@@ -18,14 +18,30 @@ requirements:
18
build:
19
- {{ compiler('cxx') }}
20
- {{ 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
33
host:
34
- python
35
36
- pybind11
37
38
39
- meson-python
40
- numpy
41
- pip
42
run:
43
44
45
- pybind11 >=2.12.0
46
- {{ pin_compatible('numpy') }}
47
0 commit comments