From f97c60036b98a3d62af37ad1060eb7b79472b1a0 Mon Sep 17 00:00:00 2001 From: LuukBlom <153174893+LuukBlom@users.noreply.github.com> Date: Thu, 2 May 2024 14:28:58 +0200 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf0c7c016..14257c99d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,10 +34,10 @@ dependencies = [ "cht_meteo", "pyogrio", "geojson", + "fiat_toolbox" "cht_cyclones @ git+https://github.com/Deltares/cht_cyclones.git", "hydromt_sfincs @ git+https://github.com/Deltares/hydromt_sfincs.git@FA_quadtree", # TODO: Temporary sfincs version, remove version when sfincs is updated "hydromt_fiat @ git+https://github.com/Deltares/hydromt_fiat.git", - "fiat_toolbox @ git+https://github.com/Deltares/fiat_toolbox.git" ] dynamic = ["version"] From 82606b33a0663df8764b27fa6f2f92ec5d1a4111 Mon Sep 17 00:00:00 2001 From: LuukBlom <153174893+LuukBlom@users.noreply.github.com> Date: Thu, 2 May 2024 14:31:03 +0200 Subject: [PATCH 2/2] fix , --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14257c99d..f8c39bf4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,10 +34,10 @@ dependencies = [ "cht_meteo", "pyogrio", "geojson", - "fiat_toolbox" + "fiat_toolbox", "cht_cyclones @ git+https://github.com/Deltares/cht_cyclones.git", "hydromt_sfincs @ git+https://github.com/Deltares/hydromt_sfincs.git@FA_quadtree", # TODO: Temporary sfincs version, remove version when sfincs is updated - "hydromt_fiat @ git+https://github.com/Deltares/hydromt_fiat.git", + "hydromt_fiat @ git+https://github.com/Deltares/hydromt_fiat.git" ] dynamic = ["version"]