Add requirements

This commit is contained in:
Guilhem Lavaux 2019-08-15 12:40:28 +02:00
parent 8403b5577c
commit 2c48088476

View File

@ -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(),