Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki authored Feb 29, 2024
1 parent 3fa5397 commit a3958ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read_package_variable(key):
author='Karman Team',
#author_email='[email protected]',
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']
)

0 comments on commit a3958ae

Please sign in to comment.