From 2ad4585ab66a1274eca49580cd638e83d1297dab Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 20 Nov 2024 12:51:08 +0100 Subject: [PATCH] Bump quantities version to 1.0.0 Signed-off-by: Leandro Lucarella --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8abaef3c0..c77a92978 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ # (plugins.mkdocstrings.handlers.python.import) "frequenz-client-microgrid >= 0.6.0, < 0.7.0", "frequenz-channels >= 1.2.0, < 2.0.0", - "frequenz-quantities == 1.0.0rc3", + "frequenz-quantities == 1.0.0", "networkx >= 2.8, < 4", "numpy >= 1.26.4, < 2", "typing_extensions >= 4.6.1, < 5",