Skip to content

Commit

Permalink
Bump numpy (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 authored Oct 25, 2023
1 parent a7c5101 commit 461de62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
# there is no conda support for dependabot so this is the closest analog
# since the conda deps are also built from pyproject.toml it should work well enough
- package-ecosystem: "pip"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"mercantile", # tile handling
"netcdf4", # netcfd IO
"numba", # speed up computations (used in e.g. stats)
"numpy>=1.20", # pin necessary to ensure compatability with C headers
"numpy>=1.23", # pin necessary to ensure compatability with C headers
"packaging", # compare versions of hydromt
"pandas", # Dataframes
"pyflwdir>=0.5.4", # Hight models and derivatives
Expand Down

0 comments on commit 461de62

Please sign in to comment.