Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hposborn committed Jul 8, 2024
1 parent a58c65d commit 7ced119
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -70,4 +70,4 @@
'Development Status :: 1 - Planning',
'Intended Audience :: Science/Research',
],
)
)

0 comments on commit 7ced119

Please sign in to comment.