From 37cdf3d0639141218a73536646576b8106b78683 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Mon, 20 Jan 2025 09:32:42 +0100 Subject: [PATCH] Fix schema dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2ba4529..50f1a96d 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def get_version(): install_requires = [ "numpy>=1.15,<3.0", - "threedi-schema @ git+ssh://git@github.com/nens/threedi-schema@margriet_119_orm_class_names", + "threedi-schema @ https://github.com/nens/threedi-schema/archive/margriet_119_orm_class_names.zip", "shapely>=2", "pyproj>=3", "condenser[geo]>=0.1.1",