Add cython back to dependency
This commit is contained in:
parent
1db266b4ea
commit
1151d0c8b6
2
setup.py
2
setup.py
@ -240,7 +240,7 @@ setup(name='cosmotool',
|
|||||||
version='1.3.5',
|
version='1.3.5',
|
||||||
packages=["cosmotool"],
|
packages=["cosmotool"],
|
||||||
package_dir={'cosmotool': 'python/cosmotool'},
|
package_dir={'cosmotool': 'python/cosmotool'},
|
||||||
install_requires=['numpy','cffi','numexpr','h5py'],
|
install_requires=['cython','numpy','cffi','numexpr','h5py'],
|
||||||
setup_requires=['cython','cffi','numpy','numexpr'],
|
setup_requires=['cython','cffi','numpy','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',
|
||||||
|
Loading…
Reference in New Issue
Block a user