From c714421a50ec0ee144d78963f6024ac320b9e913 Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Thu, 14 Sep 2023 14:05:37 +0200 Subject: [PATCH] host: use moondancer branch for pygreat dependency until next libgreat release --- host/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/pyproject.toml b/host/pyproject.toml index bfb815b5..ff1680a2 100644 --- a/host/pyproject.toml +++ b/host/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "tqdm", "tabulate", "prompt_toolkit", - "pygreat", + "pygreat @ git+https://github.com/antoinevg/libgreat.git@antoinevg/moondancer#subdirectory=host", ] [project.scripts]