diff --git a/setup.py b/setup.py index 844821a..0029be4 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read_package_variable(key): author='Karman Team', #author_email='giacomo.acciarini@gmail.com', packages=find_packages(), - install_requires=['numpy','pandas','torch','pyfiglet>=0.8.0','tqdm','termcolor','tables','cartopy', 'scikit-learn'], + install_requires=['numpy','pandas','torch','pyfiglet>=0.8.0','tqdm','termcolor','tables','cartopy', 'scikit-learn', 'fftw3'], extras_require={'dev': ['pytest', 'pyatmos', 'coverage', 'pytest-xdist', 'flake8']}, classifiers=['License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Programming Language :: Python :: 3'] )