From ee7ec2cffc45bef38c9bddfbcd6a420b00857aad Mon Sep 17 00:00:00 2001 From: Eva Lott Date: Mon, 16 Oct 2023 10:22:11 +0100 Subject: [PATCH] Changed client branch to test ci working --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80c0030d..2e4652f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "click", "h5py", "softioc>=4.4.0", - "pandablocks>=0.5.2", + "pandablocks@git+https://github.com/evalott100/PandABlocks-client@restore_enum_behaviour", "pvi>=0.5", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"]