Skip to content

Commit b0e15e4

Browse files
Update geoalchemy2 requirement from <0.7.0 to <0.18.0
Updates the requirements on [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) to permit the latest version. - [Release notes](https://github.com/geoalchemy/geoalchemy2/releases) - [Changelog](https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt) - [Commits](geoalchemy/geoalchemy2@0.1...0.17.0) --- updated-dependencies: - dependency-name: geoalchemy2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3cbd203 commit b0e15e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read(fname):
3636
"demandlib",
3737
"descartes",
3838
"egoio >= 0.4.7",
39-
"geoalchemy2 < 0.7.0",
39+
"geoalchemy2 < 0.18.0",
4040
"geopandas >= 0.12.0",
4141
"geopy >= 2.0.0",
4242
"jupyterlab",

0 commit comments

Comments
 (0)