diff --git a/setup.py b/setup.py index c702332..f4bfae4 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ install_requires=['matplotlib', 'numpy', 'pandas', - 'scipy', + 'scipy<1.13', 'astropy', 'astroquery', 'batman-package', @@ -64,7 +64,9 @@ 'sphinx==4.3.1', 'nbsphinx', 'myst_parser', - 'sphinx_rtd_theme' + 'sphinx_rtd_theme', + 'netcdf4', + 'openpyxl' ], classifiers=[ 'Development Status :: 1 - Planning',