Skip to content

Commit

Permalink
Open raven-hydro pin (#351)
Browse files Browse the repository at this point in the history
* open raven-hydro pin

* place upper pin
  • Loading branch information
Zeitsperre authored Mar 11, 2024
1 parent 8f94601 commit 7bf874f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ History
-------------------
* Add support for new processes and methods added in Raven v3.8.
* Added support for Python 3.12 and dropped support for Python3.8.
* Upgraded `raven-hydro` to v0.3.0 and `RavenHydroFramework` to v3.8.
* Added support for `raven-hydro` v0.3.0 and `RavenHydroFramework` to v3.8.
* `ravenpy` now requires `xclim` >= v0.48.2, `xarray` >= v2023.11.0, and `pandas` >= 2.2.0.

Internal changes
Expand Down
2 changes: 1 addition & 1 deletion environment-rtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults
dependencies:
- python >=3.9,<3.10 # fixed to reduce solver time
- raven-hydro ==0.2.4 # FIXME: Update when raven-hydro 0.3.0 is available on conda-forge
- raven-hydro >=0.2.4,<1.0
- autodoc-pydantic
- click
# - clisops # mocked
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults
dependencies:
- python >=3.9,<3.13
- raven-hydro ==0.2.4 # FIXME: Update when raven-hydro 0.3.0 is available on conda-forge
- raven-hydro >=0.2.4,<1.0
- libgcc # for mixing raven-hydro from PyPI with conda environments
- affine
- black >=24.2.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies = [
"platformdirs",
"pydantic >=2.0",
"pymbolic",
"raven-hydro ==0.3.0",
"raven-hydro >=0.2.4,<1.0",
"requests",
"scipy",
"spotpy",
Expand Down

0 comments on commit 7bf874f

Please sign in to comment.