Skip to content

Commit b1ea58f

Browse files
authored
Update setup.py
Use threedi-schema package that does not require sqlalchemy < 2
1 parent 9e5957e commit b1ea58f

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
@@ -53,7 +53,7 @@ def get_version():
5353

5454
install_requires = [
5555
"numpy>=1.15,<3.0",
56-
"threedi-schema==0.224.0.dev2",
56+
"threedi-schema==0.224.0.dev3",
5757
"shapely>=2",
5858
"pyproj>=3",
5959
"condenser[geo]>=0.1.1",

0 commit comments

Comments
 (0)