From 70bd77ba33d5fdea758e2489fcf89e6af95d6a3d Mon Sep 17 00:00:00 2001 From: margrietpalm Date: Thu, 23 Jan 2025 12:38:57 +0100 Subject: [PATCH] Update setup.py Fix threedi-schema version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50f1a96d..86329350 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def get_version(): install_requires = [ "numpy>=1.15,<3.0", - "threedi-schema @ https://github.com/nens/threedi-schema/archive/margriet_119_orm_class_names.zip", + "threedi-schema==0.230.*", "shapely>=2", "pyproj>=3", "condenser[geo]>=0.1.1",