Skip to content

Commit ccac2c0

Browse files
authored
Add pybind11 requirement to setup.py
1 parent 2aed805 commit ccac2c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def build_extension(self, ext):
149149
],
150150
ext_modules=[CMakeExtension("gofit")],
151151
cmdclass={"build_ext": CMakeBuild},
152+
install_requires=["pybind11[global]"],
152153
python_requires=">=3.6",
153154
zip_safe=False,
154155
)

0 commit comments

Comments
 (0)