Skip to content

Commit 6dea919

Browse files
setup.py: update to latest pybind11 version
1 parent 3d2a5f9 commit 6dea919

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,11 @@ def __str__(self):
205205
ext_modules=ext_modules,
206206
packages=find_packages(),
207207
setup_requires=["pkgconfig>=1.5.0"],
208-
install_requires=["pybind11>=2.6", "packaging>=20.4", "pkgconfig>=1.5.0"],
208+
install_requires=[
209+
"pybind11>=2.10.1",
210+
"packaging>=20.4",
211+
"pkgconfig>=1.5.0",
212+
],
209213
tests_require=["pytest==6.2.4"],
210214
cmdclass={"build_ext": build_ext},
211215
zip_safe=False,

0 commit comments

Comments
 (0)