From 1937a1fd04d16e67e1ac6321eb901c15bf19d4d5 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Thu, 14 Sep 2023 14:28:41 +0200 Subject: [PATCH] Limit logstash async python dependency due to bug --- tangostationcontrol/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/requirements.txt b/tangostationcontrol/requirements.txt index 69d5381d6..93ff226d7 100644 --- a/tangostationcontrol/requirements.txt +++ b/tangostationcontrol/requirements.txt @@ -12,7 +12,7 @@ pysnmp >= 0.1.7 # BSD h5py >= 3.1.0 # BSD jsonschema >= 4.18 # MIT docker >= 5.0.3 # Apache 2 -python-logstash-async >= 2.5.0 # MIT +python-logstash-async >= 2.5.0, != 2.7.1 # MIT - https://github.com/eht16/python-logstash-async/issues/88 python-casacore >= 3.3.1 # LGPLv3 etrs-itrs@git+https://github.com/brentjens/etrs-itrs # Apache 2 lofarantpos >= 0.5.0 # Apache 2 -- GitLab