Skip to content

Commit

Permalink
changed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hposborn committed Aug 19, 2024
1 parent 3f04412 commit 0bd4929
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
install_requires=['matplotlib',
'numpy',
'pandas',
'scipy',
'scipy<1.13',
'astropy',
'astroquery',
'batman-package',
Expand All @@ -64,7 +64,9 @@
'sphinx==4.3.1',
'nbsphinx',
'myst_parser',
'sphinx_rtd_theme'
'sphinx_rtd_theme',
'netcdf4',
'openpyxl'
],
classifiers=[
'Development Status :: 1 - Planning',
Expand Down

0 comments on commit 0bd4929

Please sign in to comment.