Skip to content

Commit 37f89c1

Browse files
authored
Merge pull request #110 from python-project-templates/tkp/hf
Add pybind to develop deps
2 parents 4f23417 + a50c770 commit 37f89c1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cpp/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ develop = [
4444
"hatchling",
4545
"mdformat>=0.7.22,<1.1",
4646
"mdformat-tables>=1",
47+
"pybind11",
4748
"pytest",
4849
"pytest-cov",
4950
"ruff>=0.9,<0.15",

cppjswasm/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ develop = [
4545
"hatch-cpp<0.3",
4646
"hatch-js",
4747
"hatchling",
48+
"pybind11",
4849
"mdformat>=0.7.22,<1.1",
4950
"mdformat-tables>=1",
5051
"pytest",

0 commit comments

Comments
 (0)