From 09bb74cb7a314ccf5523525485fa4426f73d57fd Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Tue, 9 Apr 2024 15:07:28 +0200 Subject: [PATCH] Use schema package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99f38763..df6033c0 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def get_version(): install_requires = [ "numpy>=1.15", - "threedi-schema@https://github.com/nens/threedi-schema/archive/refs/heads/margriet_46_schema_300.zip", + "threedi-schema==0.222.dev0", "shapely>=2", "pyproj>=3", "condenser[geo]>=0.1.1",