From b30e6a1c6708c3f7072b1a111e25da8114b83522 Mon Sep 17 00:00:00 2001 From: Panos Athanasiou <38324721+panosatha@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:41:09 +0200 Subject: [PATCH] change fiat_toolbox dependency to main branch instead of pypi (#499) Co-authored-by: LuukBlom <153174893+LuukBlom@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 041da3a24..b89f7bf72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "cht-observations@ git+https://github.com/deltares/cht_observations.git", "cht-tide", "dask<2024.7.0", # The last version that still supports pandas 1.x, which we need until fiat-toolbox and noaa_cops become compatible with pandas 2.x - "fiat-toolbox", + "fiat-toolbox@ git+https://github.com/Deltares/fiat_toolbox", "geojson", "geopandas", "hydromt-fiat@ git+https://github.com/deltares/hydromt_fiat.git@floodadapt",