Skip to content

Commit

Permalink
Merge 6e735a6 into cefd296
Browse files Browse the repository at this point in the history
  • Loading branch information
richardarsenault authored May 17, 2024
2 parents cefd296 + 6e735a6 commit 6ac21c4
Show file tree
Hide file tree
Showing 12 changed files with 1,148 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: 'Dependency Review'
uses: actions/dependency-review-action@0659a74c94536054bfa5aeb92241f70d680cc78e
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Contributors to this version: Gabriel Rondeau-Genesse (:user:`RondeauG`), Richar
New features and enhancements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Added support for the Hydrotel hydrological model. (:pull:`18`).
* Added support for various hydrological models emulated through the Raven hydrological framework. (:pull:`128`).
* Added optimal interpolation functions for time-series and streamflow indicators. (:pull:`88`, :pull:`129`).
* Added optimal interpolation notebooks. (:pull:`123`).

Expand Down
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- spotpy
- stackstac
- statsmodels
- ravenpy
- tqdm
- xarray >=2023.11.0
- xclim >=0.48.2
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- spotpy
- stackstac
- statsmodels
- ravenpy
- tqdm
- xarray >=2023.11.0
- xclim >=0.48.2
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ dependencies = [
"pystac-client",
"pyyaml",
"rasterio",
"ravenpy",
"spotpy",
"stackstac",
"statsmodels",
"tqdm",
"xarray >=2023.11.0",
"xclim >=0.48.2",
"xdatasets >=0.3.5",
"xscen >=0.8.3"
"xarray>=2023.11.0",
"xclim>=0.48.2",
"xdatasets>=0.3.5",
"xscen>=0.8.3"
]

[project.optional-dependencies]
Expand Down
Loading

0 comments on commit 6ac21c4

Please sign in to comment.