We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b3d07 commit e40211eCopy full SHA for e40211e
setup.py
@@ -39,17 +39,17 @@
39
packages=setuptools.find_packages(),
40
package_data={'MonoTools': extrafiles},
41
install_requires=['matplotlib',
42
- 'numpy',
+ 'numpy==1.21',
43
'pandas',
44
'scipy',
45
'astropy',
46
'astroquery',
47
'batman-package',
48
'lightkurve==1.11.0',
49
- 'arviz',
50
- 'pymc',
51
- 'pymc_ext',
52
- 'exoplanet[pymc]',
+ 'arviz==0.11',
+ 'pymc3==3.8',
+ 'pymc3_ext',
+ 'exoplanet',
53
'celerite2',
54
'requests',
55
'urllib3',
0 commit comments