From e40211e880874e463e26dcc83a09c19e47f3ba5e Mon Sep 17 00:00:00 2001 From: hposborn Date: Mon, 8 Jul 2024 09:24:00 +0200 Subject: [PATCH] reverting --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index d628f08..ff73153 100755 --- a/setup.py +++ b/setup.py @@ -39,17 +39,17 @@ packages=setuptools.find_packages(), package_data={'MonoTools': extrafiles}, install_requires=['matplotlib', - 'numpy', + 'numpy==1.21', 'pandas', 'scipy', 'astropy', 'astroquery', 'batman-package', 'lightkurve==1.11.0', - 'arviz', - 'pymc', - 'pymc_ext', - 'exoplanet[pymc]', + 'arviz==0.11', + 'pymc3==3.8', + 'pymc3_ext', + 'exoplanet', 'celerite2', 'requests', 'urllib3',