Skip to content

Commit 2248ab4

Browse files
committed
pybind11 isn't needed at runtime, only build time
1 parent 467c98f commit 2248ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def build_extensions(self):
114114
url='https://github.com/yurymalkov/hnsw',
115115
long_description="""hnsw""",
116116
ext_modules=ext_modules,
117-
install_requires=['pybind11>=2.0', 'numpy'],
117+
install_requires=['numpy'],
118118
cmdclass={'build_ext': BuildExt},
119119
zip_safe=False,
120120
)

0 commit comments

Comments
 (0)