From 0eb0fbb5168f6ce3dbe1bb58c24a97e7c8e4c7f6 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Fri, 28 Jul 2023 12:03:35 +0200 Subject: [PATCH] limit pytango version --- tangostationcontrol/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/requirements.txt b/tangostationcontrol/requirements.txt index 62ef31953..88480bd4a 100644 --- a/tangostationcontrol/requirements.txt +++ b/tangostationcontrol/requirements.txt @@ -3,7 +3,7 @@ # integration process, which may cause wedges in the gate later. lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client -PyTango>=9.4.0 # LGPL v3 +PyTango<9.4.2,>=9.4.0 # LGPL v3 numpy>=1.21.6 # BSD3 asyncua >= 0.9.90 # LGPLv3 psycopg2-binary >= 2.9.2 # LGPL -- GitLab