Skip to content

Commit

Permalink
update pyproject toml and env
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldegoede committed Feb 13, 2025
1 parent 3849deb commit 18fb2e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions envs/hydromt-sfincs-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: hydromt-sfincs-dev
name: hydromt-sfincs-v1

channels:
- conda-forge
Expand All @@ -10,7 +10,7 @@ dependencies:
- descartes
- ffmpeg
- geopandas>1.0
- hydromt>=0.10, <0.11
- hydromt>=1.0, <1.1
- jupyterlab
- matplotlib
- nbsphinx
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
dependencies = [
"affine",
"geopandas>1.0",
"hydromt>=0.10, <0.11",
"hydromt>=1.0, <1.1",
"numba",
"numpy<2.0", # temp pin until bottleneck release v1.4
"pandas",
Expand Down

0 comments on commit 18fb2e6

Please sign in to comment.