Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki authored Oct 16, 2023
1 parent b1943bd commit 3c9cdf4
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 @@ -31,6 +31,6 @@ def read_package_variable(key):
#author_email='giacomo.acciarini@gmail.com',
packages=find_packages(),
install_requires=['numpy','pandas','torch','pyfiglet>=0.8.0','tqdm','termcolor','tables','cartopy', 'scikit-learn'],
extras_require={'dev': ['pytest', 'pyatmos', 'coverage', 'pytest-xdist', 'flake8']},
extras_require={'dev': ['pytest', 'pyatmos', 'coverage', 'pytest-xdist', 'flake8','sphinx_rtd_theme']},
classifiers=['License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Programming Language :: Python :: 3']
)

0 comments on commit 3c9cdf4

Please sign in to comment.