diff --git a/setup.py b/setup.py index bd712003..a213682d 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def get_version(): install_requires = [ "numpy>=1.15", - "threedi-schema==0.222.0", + "threedi-schema==0.222.*", "shapely>=2", "pyproj>=3", "condenser[geo]>=0.1.1",