From d52802f0f1c3df04419997ab2e85b4de774a3e0c Mon Sep 17 00:00:00 2001 From: "lukasz.debek" Date: Thu, 19 Oct 2023 10:44:15 +0200 Subject: [PATCH] Moved handling of the 3Di working directory structure to threedi_mi_utils module. --- dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.py b/dependencies.py index ea03001f..4786b912 100644 --- a/dependencies.py +++ b/dependencies.py @@ -75,7 +75,7 @@ Dependency("hydxlib", "hydxlib", "==1.5.1", False), Dependency("h5netcdf", "h5netcdf", "", False), Dependency("greenlet", "greenlet", "!=0.4.17", False), - Dependency("threedi-mi-utils", "threedi_mi_utils", ">=0.0.1", False), + Dependency("threedi-mi-utils", "threedi_mi_utils", "==0.1.0", False), ] # On Windows, the hdf5 binary and thus h5py version depends on the QGis version