Skip to content

Commit 610be14

Browse files
committed
update setup
1 parent ff5d402 commit 610be14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
# requirements files see:
7777
# https://packaging.python.org/en/latest/requirements.html
7878

79-
install_requires=['pandas', 'sqlalchemy', 'geoalchemy',
79+
install_requires=['pandas', 'sqlalchemy', 'geoalchemy>=0.7.3.dev',
8080
'pyodbc', 'pymysql', 'psycopg2', 'shapely'],
8181
dependency_links=[
82-
"git+https://github.com/ODM2/geoalchemy.git@odm2#egg=geoalchemy"
82+
"git+https://github.com/ODM2/geoalchemy.git@odm2#egg=geoalchemy-0.7.3.dev"
8383
],
8484

8585
# List additional groups of dependencies here (e.g. development

0 commit comments

Comments
 (0)