diff --git a/setup.py b/setup.py index 2a041c1c..c5847ad8 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_89_schema_300_1D", + "threedi-schema==0.228.*", "shapely>=2", "pyproj>=3", "condenser[geo]>=0.1.1",