Add requirements
This commit is contained in:
parent
8403b5577c
commit
2c48088476
2
setup.py
2
setup.py
@ -221,7 +221,7 @@ setup(name='cosmotool',
|
|||||||
version='1.0.0a0',
|
version='1.0.0a0',
|
||||||
packages=["cosmotool"],
|
packages=["cosmotool"],
|
||||||
package_dir={'cosmotool': 'python/cosmotool'},
|
package_dir={'cosmotool': 'python/cosmotool'},
|
||||||
setup_requires=['cython'],
|
setup_requires=['cython','cffi','numexpr'],
|
||||||
ext_modules=[CosmoTool_extension],
|
ext_modules=[CosmoTool_extension],
|
||||||
description='A small cosmotool box of useful functions',
|
description='A small cosmotool box of useful functions',
|
||||||
long_description=open("./README.md", 'r').read(),
|
long_description=open("./README.md", 'r').read(),
|
||||||
|
Loading…
Reference in New Issue
Block a user