Skip to content

Commit 3097fd2

Browse files
committed
Use development version of frequenz-channels
We will switch back to a release when the new release is ready. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 95cf692 commit 3097fd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

minimum-requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CI must ensure these dependency versions are supported
22
frequenz-api-microgrid==0.11.0
3-
frequenz-channels==0.10.0
3+
frequenz-channels@git+https://github.com/frequenz-floss/[email protected]
44
google-api-python-client==2.15
55
grpcio==1.47
66
grpcio-tools==1.47

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.8, < 4"
2828
dependencies = [
2929
"frequenz-api-microgrid >= 0.11.0, < 0.12.0",
30-
"frequenz-channels >= 0.10.0, < 0.11.0",
30+
"frequenz-channels @ git+https://github.com/frequenz-floss/[email protected]",
3131
"google-api-python-client >= 2.15, < 3",
3232
"grpcio >= 1.47, < 2",
3333
"grpcio-tools >= 1.47, < 2",

0 commit comments

Comments
 (0)