Skip to content

Commit d76a505

Browse files
remove py2
1 parent 4904d64 commit d76a505

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

setup.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,11 @@
4141
# also be placed in the setup.cfg, as will be demonstrated in a future update
4242
# to this sample package.
4343

44-
if sys.version_info < (3,0):
45-
pandas_version = '==0.24.0'
46-
else:
47-
pandas_version = '>=0.25.0'
44+
4845
setup(
4946

5047
name='pandexo.engine',
51-
version='2.0.0',
48+
version='3.0.0',
5249
summary='pandexo transiting exoplanet simulator',
5350
description_file='README.rst',
5451
author='Natasha Batalha at NASA Ames',
@@ -92,11 +89,11 @@
9289
# },
9390

9491
install_requires=[
95-
'pandeia.engine==2.0',
92+
'pandeia.engine==3.0',
9693
'numpy',
9794
'bokeh==3.0.2',
9895
'tornado',
99-
'pandas'+pandas_version,
96+
'pandas',
10097
'joblib',
10198
'photutils',
10299
'astropy',

0 commit comments

Comments
 (0)