Skip to content

Commit 13d1445

Browse files
committed
use meson-python in meta.yaml files
1 parent 92fba48 commit 13d1445

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

conda-recipe-cf/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ requirements:
1515
- {{ compiler('c') }}
1616
- {{ stdlib('c') }}
1717
host:
18+
- meson-python >=0.13.0
19+
- meson
20+
- pkg-config
1821
- python
1922
- python-gil # [py>=314]
2023
- pip
21-
- setuptools >=77
2224
- mkl-devel
2325
- cython
2426
- numpy

conda-recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ requirements:
2525
- {{ compiler('c') }}
2626
- {{ stdlib('c') }}
2727
host:
28+
- meson-python >=0.13.0
29+
- meson
30+
- pkg-config
2831
- python
2932
- python-gil # [py>=314]
3033
- pip
31-
- setuptools >=77
3234
- mkl-devel
3335
- cython
3436
{% if use_numpy_base %}

0 commit comments

Comments
 (0)