Add cython back to dependency

This commit is contained in:
guilhem.lavaux@iap.fr 2024-02-13 08:25:14 +01:00
parent 1db266b4ea
commit 1151d0c8b6

View File

@ -240,7 +240,7 @@ setup(name='cosmotool',
version='1.3.5',
packages=["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'],
ext_modules=[CosmoTool_extension],
description='A small cosmotool box of useful functions',