8000 update pybind11 version · JackLangerman/python_example@5343a8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5343a8d

Browse files
committed
update pybind11 version
1 parent 08a2f37 commit 5343a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ def build_extensions(self):
106106
description='A test project using pybind11',
107107
long_description='',
108108
ext_modules=ext_modules,
109-
install_requires=['pybind11>=2.3'],
110-
setup_requires=['pybind11>=2.3'],
109+
install_requires=['pybind11>=2.4'],
110+
setup_requires=['pybind11>=2.4'],
111111
cmdclass={'build_ext': BuildExt},
112112
zip_safe=False,
113113
)

0 commit comments

Comments
 (0)
0