Skip to content

Commit

Permalink
Fix schema dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Jan 20, 2025
1 parent df2f5ee commit 37cdf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_version():

install_requires = [
"numpy>=1.15,<3.0",
"threedi-schema @ git+ssh://git@github.com/nens/threedi-schema@margriet_119_orm_class_names",
"threedi-schema @ https://github.com/nens/threedi-schema/archive/margriet_119_orm_class_names.zip",
"shapely>=2",
"pyproj>=3",
"condenser[geo]>=0.1.1",
Expand Down

0 comments on commit 37cdf3d

Please sign in to comment.