From b39b5d991200c48739619fd2f428b5148e878f10 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 6 Sep 2022 15:57:42 +0200 Subject: [PATCH] L2DTS-272: Link against newer LSC to fix XST transpose bug --- tangostationcontrol/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/requirements.txt b/tangostationcontrol/requirements.txt index 9472aedca..b058e7aa5 100644 --- a/tangostationcontrol/requirements.txt +++ b/tangostationcontrol/requirements.txt @@ -2,7 +2,7 @@ # order of appearance. Changing the order has an impact on the overall # integration process, which may cause wedges in the gate later. -lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client@0.4.0 +lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client@0.6.0 asyncua >= 0.9.90 # LGPLv3 PyMySQL[rsa] >= 1.0.2 # MIT psycopg2-binary >= 2.9.2 # LGPL -- GitLab