diff --git a/setup.py b/setup.py index 02f6b9ef..0627da48 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def get_version(): install_requires = [ "numpy>=1.15,<3.0", - "git+https://github.com/nens/threedi-schema.git@margriet_97_fixups_structure_control", + "threedi-schema @ git+https://github.com/nens/threedi-schema.git@margriet_97_fixups_structure_control", "shapely>=2", "pyproj>=3", "condenser[geo]>=0.1.1",