Skip to content

Commit

Permalink
Fix dependency specification and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
guido committed Oct 14, 2016
1 parent cad441b commit 8d15170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
author='openego development group',
author_email='[email protected]',
description='ego input/output repository',
version='0.0.1rc3',
version='0.0.1rc4',
url='https://github.com/openego/ego.io',
packages=find_packages(),
install_requires=[
'geoalchemy2',
"sqlalchemy[postgresql]",
"sqlalchemy[postgresql] <=1.0.15",
"numpy",
"psycopg2"]
)

0 comments on commit 8d15170

Please sign in to comment.