From 46e7676046017cacf915f0293578b2df9c840d36 Mon Sep 17 00:00:00 2001 From: margrietpalm Date: Mon, 14 Oct 2024 10:24:52 +0200 Subject: [PATCH] Use latest schema release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0627da48..246393da 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def get_version(): install_requires = [ "numpy>=1.15,<3.0", - "threedi-schema @ git+https://github.com/nens/threedi-schema.git@margriet_97_fixups_structure_control", + "threedi-schema==0.227.*", "shapely>=2", "pyproj>=3", "condenser[geo]>=0.1.1",