Skip to content

Commit

Permalink
chore(fix): readme update and pull to do redeployment (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmllr authored Sep 25, 2024
1 parent ec46460 commit 8edb111
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 57 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

A hydrometric rating curve describes the mathematical relationship between stage and discharge for a given hydrometric station. Rating curves allow to convert stage measurements to discharge measurements based on previously measured stage and discharge data pairs. The Hydrometric Rating Application (HydRA) allows users to upload any stage and discharge datasets, develop and optimize rating models as well as save and compare results from previous sessions.

The HydRA app is hosted in the BC Gov GitHub organization and is available at PLACEHOLDER. This repository contains all source code for the HydRA app and allows to run the app locally using docker.
The HydRA app is hosted in the BC Gov GitHub organization and is available [here](https://hydra.nrs.gov.bc.ca/). This repository contains all source code for the HydRA app and allows to run the app locally using docker.

## Managing the app packages

Expand Down
95 changes: 39 additions & 56 deletions frontend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ matplotlib = "^3.8.3"
gunicorn = "^23.0.0"
pip = "^24.0"
setuptools = "^75.0.0"
numpy = ">1.26.0,<2.0.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 8edb111

Please sign in to comment.