Skip to content

Commit 53521d2

Browse files
Disable patch, update dependencies
1 parent ee0afd1 commit 53521d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ source:
99
fn: pybind11-{{ version }}.tar.gz
1010
url: https://github.com/pybind/pybind11/archive/v{{ version }}.tar.gz
1111
sha256: {{ sha256 }}
12-
patches:
13-
- gh2146.diff
12+
#patches:
13+
# - gh2146.diff
1414

1515
build:
1616
number: 1
@@ -22,6 +22,7 @@ requirements:
2222
- {{ compiler('cxx') }}
2323
host:
2424
- python
25+
- pip
2526
- setuptools
2627
run:
2728
- python

0 commit comments

Comments
 (0)