We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec94e3e + 71d6f80 commit 14840caCopy full SHA for 14840ca
RELEASE_NOTES.md
@@ -16,6 +16,7 @@
16
```
17
18
* The `MovingWindow` now take all arguments as keyword-only to avoid mistakes.
19
+* The `frequenz-quantities` dependency was bumped to `1.0.0rc3`.
20
21
## New Features
22
pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
# (plugins.mkdocstrings.handlers.python.import)
32
"frequenz-client-microgrid >= 0.5.1, < 0.6.0",
33
"frequenz-channels >= 1.2.0, < 2.0.0",
34
- "frequenz-quantities == 1.0.0rc2",
+ "frequenz-quantities == 1.0.0rc3",
35
"networkx >= 2.8, < 4",
36
"numpy >= 1.26.4, < 2",
37
"typing_extensions >= 4.6.1, < 5",
0 commit comments