From 0cf86b72b78a43c3a4e53f1a3238cc95837ee249 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 21 Dec 2021 16:20:43 +0100 Subject: [PATCH] L2SS-497: Add casacore as a requirement, which we'll need in the beam device --- tangostationcontrol/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tangostationcontrol/requirements.txt b/tangostationcontrol/requirements.txt index f2d3743cd..c30f6b56c 100644 --- a/tangostationcontrol/requirements.txt +++ b/tangostationcontrol/requirements.txt @@ -11,3 +11,4 @@ h5py >= 3.5.0 # BSD psutil >= 5.8.0 # BSD docker >= 5.0.3 # Apache 2 python-logstash-async >= 2.3.0 # MIT +python-casacore >= 3.3.1 # GPL2 -- GitLab