Skip to content

Commit

Permalink
Add pybind and pkgconfig to install
Browse files Browse the repository at this point in the history
  • Loading branch information
iosonofabio committed Mar 28, 2018
1 parent 22706b7 commit 24e857f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
'pkgconfig',
],
install_requires=[
'pybind11>=2.2',
'numpy',
'pkgconfig',
],
extras_require={
},
Expand Down Expand Up @@ -129,6 +131,9 @@ def build_extensions(self):
- **Authors**: Fabio Zanini and Paolo Carnevali
- **License**: MIT
- **Copyright**: Fabio Zanini and Chan Zuckerberg Initiative
- **Requirements**: ``pybind11>=2.2``, ``numpy``, ``pkgconfig`` (see ``requirements.txt``)
.. code-block:: python
Expand Down

0 comments on commit 24e857f

Please sign in to comment.