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.
This commit is contained in:
Michael Görner 2023-02-06 14:35:13 +01:00 committed by GitHub
parent 2843459b34
commit f921553fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitmodules vendored
View File

@ -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