Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary numpy build dependency (#2089)
numpy C bindings are handled through pybind11 which does not depend on numpy. numpy is otherwise only a runtime dependency of qiskit-aer. This change just saves a download during build.
- Loading branch information