Skip to content

Commit

Permalink
Add pybind11 requirement to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes authored Oct 17, 2024
1 parent 2aed805 commit ccac2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def build_extension(self, ext):
],
ext_modules=[CMakeExtension("gofit")],
cmdclass={"build_ext": CMakeBuild},
install_requires=["pybind11[global]"],
python_requires=">=3.6",
zip_safe=False,
)

0 comments on commit ccac2c0

Please sign in to comment.