-
Notifications
You must be signed in to change notification settings - Fork 759
Open
Description
setup.py imports pybind11 and numpy and assumes that this will be available
hnswlib/python_bindings/setup.py
Lines 88 to 89 in 0dcfb91
| import pybind11 | |
| import numpy as np |
There should be a pyproject.toml that requires both those modules to be installed before the setup.py is run
Metadata
Metadata
Assignees
Labels
No labels