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