diff --git a/setup.py b/setup.py index ff73153..c702332 100755 --- a/setup.py +++ b/setup.py @@ -39,17 +39,17 @@ packages=setuptools.find_packages(), package_data={'MonoTools': extrafiles}, install_requires=['matplotlib', - 'numpy==1.21', + 'numpy', 'pandas', 'scipy', 'astropy', 'astroquery', 'batman-package', 'lightkurve==1.11.0', - 'arviz==0.11', - 'pymc3==3.8', - 'pymc3_ext', - 'exoplanet', + 'arviz', + 'pymc', + 'pymc_ext', + 'exoplanet[pymc]', 'celerite2', 'requests', 'urllib3', @@ -70,4 +70,4 @@ 'Development Status :: 1 - Planning', 'Intended Audience :: Science/Research', ], -) +) \ No newline at end of file