From 7166c5a3838e38d45a34150ba4d030097296fd4b Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Thu, 14 Sep 2017 11:04:17 +0200 Subject: [PATCH] Depend on pybind11 and cppimport --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2541c5e29..e1598f7bc 100644 --- a/setup.py +++ b/setup.py @@ -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),