From 0bd492932ada4397e736f03d961e3a697f9c7599 Mon Sep 17 00:00:00 2001 From: hposborn Date: Mon, 19 Aug 2024 21:46:41 +0200 Subject: [PATCH] changed setup --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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',