Skip to content

Commit eeb9b5b

Browse files
committed
update tag
1 parent a7e4f15 commit eeb9b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python/esgcet/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def check_version(ex, vers, minvers):
6363
author = 'PCMDI Software Team',
6464
author_email = '[email protected]',
6565
url = 'http://esg-pcmdi.llnl.gov',
66-
install_requires = ["psycopg2>=2.0", "SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99", "lxml>=2.0", "sqlalchemy_migrate>=0.6", "requests>=1.2.0", "esgprep>=2.4.6", "cfchecker>=2.0.9"],
67-
setup_requires = ["psycopg2>=2.0", "SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99", "lxml>=2.0", "sqlalchemy_migrate>=0.6", "requests>=1.2.0", "esgprep>=2.4.6", "cfchecker>=2.0.9"],
66+
install_requires = ["psycopg2>=2.0", "SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99", "lxml>=2.0", "sqlalchemy_migrate>=0.6", "requests>=1.2.0", "esgprep>=2.5.2", "cfchecker>=2.0.9"],
67+
setup_requires = ["psycopg2>=2.0", "SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99", "lxml>=2.0", "sqlalchemy_migrate>=0.6", "requests>=1.2.0", "esgprep>=2.5.2", "cfchecker>=2.0.9"],
6868
packages = find_packages(exclude=['ez_setup']),
6969
include_package_data = True,
7070
# test_suite = 'nose.collector',

0 commit comments

Comments
 (0)