File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ plugins:
119119 - https://docs.python.org/3/objects.inv
120120 - https://frequenz-floss.github.io/frequenz-channels-python/v1.1/objects.inv
121121 - https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.5/objects.inv
122+ # - https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.7/objects.inv
122123 - https://frequenz-floss.github.io/frequenz-quantities-python/v1/objects.inv
123124 - https://lovasoa.github.io/marshmallow_dataclass/html/objects.inv
124125 - https://marshmallow.readthedocs.io/en/stable/objects.inv
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ dependencies = [
2929 # Make sure to update the mkdocs.yml file when
3030 # changing the version
3131 # (plugins.mkdocstrings.handlers.python.import)
32- " frequenz-client-microgrid >= 0.6.0, < 0.7.0" ,
32+ # "frequenz-client-microgrid >= 0.7.0, < 0.8.0",
33+ " frequenz-client-microgrid @ git+https://github.com/frequenz-floss/frequenz-client-microgrid-python@refs/pull/122/head" ,
3334 " frequenz-channels >= 1.6.0, < 2.0.0" ,
3435 " frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0" ,
3536 " networkx >= 2.8, < 4" ,
You can’t perform that action at this time.
0 commit comments