Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Fix threedi-schema version
  • Loading branch information
margrietpalm authored Jan 23, 2025
1 parent 37cdf3d commit 70bd77b
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 @ https://github.com/nens/threedi-schema/archive/margriet_119_orm_class_names.zip",
"threedi-schema==0.230.*",
"shapely>=2",
"pyproj>=3",
"condenser[geo]>=0.1.1",
Expand Down

0 comments on commit 70bd77b

Please sign in to comment.