From 013f218144385860e91490c98a5b49cf28a383d8 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Thu, 26 Sep 2024 14:54:28 +0200 Subject: [PATCH] fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",