diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c042c6d..14dff08 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,13 +4,14 @@ ## Upgrading +- Updating the minimum frequenz-lib-notebooks requirement to v0.16.0 ## New Features - Update the radio button navigation for streamlit in deepnote. - Add KWK aliases in the line plot. - Update the KPIs to german format. -- Replace the solar monitoring `Produktionsstatistiken` table with the +`- Replace the solar monitoring `Produktionsstatistiken` table with the `MicrogridOverviewDashboard` view from `frequenz.lib.notebooks`. ## Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index b7af8ca..dc5e94e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requires-python = ">= 3.11, < 4" dependencies = [ "css-inline>=0.17.0", - "frequenz-lib-notebooks>=0.14.7,<0.16.0", + "frequenz-lib-notebooks>=0.16.0,<0.17.0", "matplotlib>=3.10.6", "numpy>=2.3.2", "pandas>=2.3.2",