From 1670d2880c8a8ec0342b81d99698674cc0f91a6c Mon Sep 17 00:00:00 2001 From: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:48:08 +0100 Subject: [PATCH 1/2] Adding pybind11 explicitly Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 0e898636fb..f12ff824a8 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -82,7 +82,7 @@ jobs: find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \; - name: Install the dependencies run: | - python -m pip install --user --upgrade pip wheel + python -m pip install --user --upgrade pip wheel pybind11 python -m pip install torch==2.5.1 torchvision==0.20.1 cat "requirements-dev.txt" python -m pip install --no-build-isolation -r requirements-dev.txt From b65ebe389626f0ca9150f8f8b222bd876fd04b5b Mon Sep 17 00:00:00 2001 From: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:54:02 +0100 Subject: [PATCH 2/2] Adding pybind11 explicitly Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 16d91a39a7..e2678c6298 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,6 +18,7 @@ black==25.1.0 isort>=5.1, <6, !=6.0.0 ruff>=0.14.11,<0.15 pytype>=2020.6.1, <=2024.4.11; platform_system != "Windows" +pybind11 types-setuptools mypy>=1.5.0, <1.12.0 ninja