Skip to content

Commit 8b741d7

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

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

conda_build_config.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.
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)