Skip to content

Commit

Permalink
update pyproj, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
WOTrompDeltares committed Dec 2, 2024
1 parent dd15d59 commit 0314f84
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ __pycache__/
.vscode/

DT_flood/workflows/deltares_sfincs-cpu:sfincs-v2.0.3-Cauberg.sfincs
DT_flood/workflows/deltares_wflow:v0.7.3.sif
# pixi environments
.pixi
*.egg-info
DT_flood/workflows/deltares_wflow:v0.7.3.sif
# pixi environments
.pixi
*.egg-info
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platforms = ["win-64", "linux-64"]
cartopy = "*"
delft_fiat = "0.1.1"
ipykernel = "*"
hydromt = ">=0.10, <0.11"
hydromt = ">=0.9, <0.10"
hydromt_wflow = ">=0.6,<0.7"
lxml = ">=4.6,<5.0"
pandas = "<2.0.0"
Expand All @@ -40,9 +40,16 @@ pandas = "<2.0.0"
cwltool = "*"

[tool.pixi.pypi-dependencies]
hydromt-sfincs = {git = "https://github.com/Deltares-research/hydromt_sfincs_insiders.git"}
dfm-tools = "*"
earthkit = "*"
jupyter = "*"
gwwapi = "*"
solara = "*"
ipyleaflet = "*"
mapbox-earcut = "*"
hydromt-sfincs = {git = "https://github.com/Deltares-research/hydromt_sfincs_insiders.git", branch="FA_quadtree"}
deltares-coastalhazardstoolkit = { git = "https://github.com/Deltares-research/CoastalHazardsToolkit.git" }
cht-cyclones = {git = "https://github.com/deltares/cht_cyclones.git"}
cht-observations = {git = "https://github.com/deltares/cht_observations.git"}
hydromt-fiat = {git = "https://github.com/deltares/hydromt_fiat.git"}
flood-adapt = { git = "https://github.com/Deltares-research/FloodAdapt.git" }
DT_flood = { path = ".", editable = true }

0 comments on commit 0314f84

Please sign in to comment.