From e372bda235bbb5dab9703ca777843891da801673 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:51:11 +0000 Subject: [PATCH] Update from copier (2026-02-15T05:51:11) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index e578fa7..cda09bd 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 4f23417 +_commit: 37f89c1 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cpp diff --git a/pyproject.toml b/pyproject.toml index c5bbc68..7890dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ develop = [ "hatchling", "mdformat>=0.7.22,<1.1", "mdformat-tables>=1", + "pybind11", "pytest", "pytest-cov", "ruff>=0.9,<0.15",