Skip to content

Commit 6956fb0

Browse files
Update dependencies
1 parent 0e6e9b0 commit 6956fb0

File tree

2 files changed

+5
-193
lines changed

2 files changed

+5
-193
lines changed

recipe/gh2146.diff

Lines changed: 0 additions & 187 deletions
This file was deleted.

recipe/meta.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,21 @@ source:
99
fn: pybind11-{{ version }}.tar.gz
1010
url: https://github.com/pybind/pybind11/archive/v{{ version }}.tar.gz
1111
sha256: {{ sha256 }}
12-
# 5/24/2021: The patch was fixed https://github.com/pybind/pybind11/pull/2146
13-
#patches:
14-
# - gh2146.diff
1512

1613
build:
17-
number: 1
14+
number: 0
1815

1916
requirements:
2017
build:
21-
- cmake
18+
- cmake >=3.18
2219
- make # [unix]
20+
- ninja
2321
- {{ compiler('cxx') }}
2422
host:
2523
- python
2624
- pip
27-
- setuptools
25+
- setuptools >=42
26+
- wheel
2827
run:
2928
- python
3029

0 commit comments

Comments
 (0)