Strip mandatory pyfftw support

This commit is contained in:
guilhem.lavaux@iap.fr 2024-01-16 07:33:45 +01:00
parent 26e095fc71
commit 97a1e34132

View File

@ -240,7 +240,7 @@ setup(name='cosmotool',
version='1.3.4',
packages=["cosmotool"],
package_dir={'cosmotool': 'python/cosmotool'},
install_requires=['numpy','cffi','numexpr','pyfftw','h5py'],
install_requires=['numpy','cffi','numexpr','h5py'],
setup_requires=['cython','cffi','numpy','numexpr'],
ext_modules=[CosmoTool_extension],
description='A small cosmotool box of useful functions',