Skip to content

Commit

Permalink
Changing requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
hposborn committed Jul 8, 2024
1 parent 3610e35 commit 57b3d07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 Down

0 comments on commit 57b3d07

Please sign in to comment.