Skip to content

Commit f640006

Browse files
committed
MAINT: Fixup grayskull cruft
1 parent de37997 commit f640006

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
c_stdlib_version: # [osx]
2+
- 11.0 # [osx]

recipes/pyflowy/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ build:
1717
requirements:
1818
build:
1919
- {{ compiler('cxx') }}
20+
- {{ stdlib('c') }}
2021
host:
21-
- python >=3.9
22+
- python
2223
- pybind11
2324
- meson-python
2425
- numpy
2526
- pip
2627
run:
27-
- python >=3.9
28+
- python
2829
- pybind11 >=2.12.0
2930
- {{ pin_compatible('numpy') }}
3031

0 commit comments

Comments
 (0)