From f921553fa4b5ffb448ac7497f79ff2a9342c761c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20G=C3=B6rner?= Date: Mon, 6 Feb 2023 14:35:13 +0100 Subject: [PATCH] revert to upstream pybind repository (#424) Robert's fork is not required anymore. However, we can't forward to the current branch head because it breaks python2 support. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c4dea34be..9339bbb20 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "core/python/pybind11"] path = core/python/pybind11 - url = https://github.com/rhaschke/pybind11 + url = https://github.com/pybind/pybind11 branch = smart_holder shallow = true