Skip to content

Commit

Permalink
Depend on pybind11 and cppimport
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 14, 2017
1 parent 09049ad commit 7166c5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,11 @@ def include_pkg_dirs():
else:
# Add binary/C extension type packages
install_requires += [
'astropy >= 1.3.0',
'astropy >= 2.0.2',
'cppimport >= 17.7.24',
'cerberus >= 1.1',
'numpy >= 1.11.3',
'numexpr >= 2.6.1',
'pybind11 >= 2.2.0',
'python-casacore >= 2.1.2',
'ruamel.yaml >= 0.15.22',
"{} >= 1.3.0".format(tensorflow_package),
Expand Down

0 comments on commit 7166c5a

Please sign in to comment.