Skip to content

Commit

Permalink
update raven-hydro version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Mar 7, 2024
1 parent 28b1228 commit b78b44e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
- raven-hydro ==0.2.4 # FIXME: Update when raven-hydro 0.3.0 is available on conda-forge
- 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
- raven-hydro ==0.2.4 # FIXME: Update when raven-hydro 0.3.0 is available on conda-forge
- 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.2.4",
"raven-hydro ==0.3.0",
"requests",
"scipy",
"spotpy",
Expand Down

0 comments on commit b78b44e

Please sign in to comment.