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 4904d64 commit d76a505Copy full SHA for d76a505
setup.py
@@ -41,14 +41,11 @@
41
# also be placed in the setup.cfg, as will be demonstrated in a future update
42
# to this sample package.
43
44
-if sys.version_info < (3,0):
45
- pandas_version = '==0.24.0'
46
-else:
47
- pandas_version = '>=0.25.0'
+
48
setup(
49
50
name='pandexo.engine',
51
- version='2.0.0',
+ version='3.0.0',
52
summary='pandexo transiting exoplanet simulator',
53
description_file='README.rst',
54
author='Natasha Batalha at NASA Ames',
@@ -92,11 +89,11 @@
92
89
# },
93
90
94
91
install_requires=[
95
- 'pandeia.engine==2.0',
+ 'pandeia.engine==3.0',
96
'numpy',
97
'bokeh==3.0.2',
98
'tornado',
99
- 'pandas'+pandas_version,
+ 'pandas',
100
'joblib',
101
'photutils',
102
'astropy',
0 commit comments