diff --git a/setup.py b/setup.py index c2ba4529..50f1a96d 100644 --- a/setup.py +++ b/setup.py @@ -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",