We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467c98f commit 2248ab4Copy full SHA for 2248ab4
setup.py
@@ -114,7 +114,7 @@ def build_extensions(self):
114
url='https://github.com/yurymalkov/hnsw',
115
long_description="""hnsw""",
116
ext_modules=ext_modules,
117
- install_requires=['pybind11>=2.0', 'numpy'],
+ install_requires=['numpy'],
118
cmdclass={'build_ext': BuildExt},
119
zip_safe=False,
120
)
0 commit comments