-
- Downloads
Setting GeoAlchemy2 dependency to version 0.5.0, as version 0.6.1 seems not to...
Setting GeoAlchemy2 dependency to version 0.5.0, as version 0.6.1 seems not to accept POINTZ, MULTILINESTRINGZ, ... geometries. Improving schema/table skipping in the field type detector.
... | ... | @@ -8,6 +8,7 @@ pymongo |
#tqdm | ||
# Elasticsearch 6.x | ||
elasticsearch>=6.0.0,<7.0.0 | ||
GeoAlchemy2>=0.5.0 | ||
# N.B.: GeoAlchemy2 0.6.1 does not accept POINTZ, MULTILINESTRINGZ, ... geometries | ||
GeoAlchemy2==0.5.0 | ||
psycopg2-binary>=2.7.0 | ||
sqlalchemy>=1.2.0,<1.3.0 |
Please register or sign in to comment