Skip to content

Commit ee3c50c

Browse files
committed
tmp - use unreleased deps
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent d335804 commit ee3c50c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ dependencies = [
3939
# Make sure to update the version for cross-referencing also in the
4040
# mkdocs.yml file when changing the version here (look for the config key
4141
# plugins.mkdocstrings.handlers.python.import)
42-
"frequenz-sdk >= 1.0.0-rc1300, < 1.0.0-rc1400",
43-
"frequenz-channels >= 1.2.1, < 2.0.0",
44-
"frequenz-client-dispatch >= 0.8.1, < 0.9.0",
42+
"frequenz-sdk @ git+https://github.com/marenz/frequenz-sdk-python@newer-micro",
43+
"frequenz-client-microgrid @ git+https://github.com/llucax/[email protected]",
44+
"frequenz-client-base @ git+https://github.com/frequenz-floss/[email protected]",
45+
"frequenz-client-dispatch @ git+https://github.com/marenz/frequenz-client-dispatch-python@new-base",
4546
]
4647
dynamic = ["version"]
4748

0 commit comments

Comments
 (0)