Skip to content

Commit e40211e

Browse files
committed
reverting
1 parent 57b3d07 commit e40211e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
packages=setuptools.find_packages(),
4040
package_data={'MonoTools': extrafiles},
4141
install_requires=['matplotlib',
42-
'numpy',
42+
'numpy==1.21',
4343
'pandas',
4444
'scipy',
4545
'astropy',
4646
'astroquery',
4747
'batman-package',
4848
'lightkurve==1.11.0',
49-
'arviz',
50-
'pymc',
51-
'pymc_ext',
52-
'exoplanet[pymc]',
49+
'arviz==0.11',
50+
'pymc3==3.8',
51+
'pymc3_ext',
52+
'exoplanet',
5353
'celerite2',
5454
'requests',
5555
'urllib3',

0 commit comments

Comments
 (0)