Skip to content

Commit

Permalink
set min hydromt version; add hydroengine to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkEilander committed Apr 28, 2021
1 parent 7fc49af commit 57350de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions environment.yml
Expand Up @@ -3,8 +3,6 @@ name: hydromt-wflow
channels:
- conda-forge

# note that these are the developer dependencies,
# FIXME change to minimal version after hydromt is on conda-forge
dependencies:
- affine
- click
Expand All @@ -17,6 +15,7 @@ dependencies:
- flit>=3.2
- gdal>=3.1
- geopandas
- hydromt>=0.4.0
- jupyter # to run examples
- netcdf4
- matplotlib # to run examples
Expand All @@ -37,6 +36,5 @@ dependencies:
- zarr
- pip:
- hydroengine
- git+https://github.com/Deltares/hydromt.git
- git+https://github.com/Deltares/hydromt_wflow.git
- git+https://github.com/Deltares/hydromt_wflow.git # latest dev

3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -9,8 +9,9 @@ authors = [
{name = "Hélène Boisgontier", email = "helene.boisgontier@deltares.nl"},
]
dependencies = [
"hydromt",
"hydromt>=0.4.0",
"toml",
"hydroengine"
]
requires-python = ">=3.8" # fix tests to support older versions
readme = "README.rst"
Expand Down

0 comments on commit 57350de

Please sign in to comment.