Skip to content

Commit

Permalink
Update hydromt requirement from <0.10,>=0.9.1 to >=0.9.1,<0.11 (#201)
Browse files Browse the repository at this point in the history
* Update hydromt requirement from <0.10,>=0.9.1 to >=0.9.1,<0.11

Updates the requirements on [hydromt](https://github.com/Deltares/hydromt) to permit the latest version.
- [Release notes](https://github.com/Deltares/hydromt/releases)
- [Changelog](https://github.com/Deltares/hydromt/blob/main/docs/changelog.rst)
- [Commits](Deltares/hydromt@v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: hydromt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* temp pin numpy

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DirkEilander <[email protected]>
  • Loading branch information
dependabot[bot] and DirkEilander authored Jun 17, 2024
1 parent c84c590 commit 0893a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ authors = [
dependencies = [
"affine",
"geopandas>=0.8",
"hydromt>=0.9.1, <0.10",
"hydromt>=0.9.1, <0.11",
"numba",
"numpy",
"numpy<2.0", # temp pin until bottleneck release v1.4
"pandas",
"pillow",
"pyflwdir>=0.5.5",
Expand Down

0 comments on commit 0893a8e

Please sign in to comment.