From 2c48088476eb5e19c7723a3e725607b019147cd1 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Thu, 15 Aug 2019 12:40:28 +0200 Subject: [PATCH] Add requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a03b536..c112ce1 100644 --- a/setup.py +++ b/setup.py @@ -221,7 +221,7 @@ setup(name='cosmotool', version='1.0.0a0', packages=["cosmotool"], package_dir={'cosmotool': 'python/cosmotool'}, - setup_requires=['cython'], + setup_requires=['cython','cffi','numexpr'], ext_modules=[CosmoTool_extension], description='A small cosmotool box of useful functions', long_description=open("./README.md", 'r').read(),