From 054ea9c89164551a91f5fa213434fff872b45037 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Tue, 26 Apr 2022 06:59:07 +0000
Subject: [PATCH] L2SS-698: Reduce numpy version requirement

---
 tangostationcontrol/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/requirements.txt b/tangostationcontrol/requirements.txt
index eb2a12383..6bb820aea 100644
--- a/tangostationcontrol/requirements.txt
+++ b/tangostationcontrol/requirements.txt
@@ -14,5 +14,5 @@ python-logstash-async >= 2.3.0 # MIT
 python-casacore >= 3.3.1 # LGPLv3
 etrs-itrs@git+https://github.com/brentjens/etrs-itrs # license pending
 # numpy must be manually added even though etrs-itrs requires it
-numpy >= 1.22.0 # BSD
+numpy >= 1.21.0 # BSD
 lofarantpos >= 0.5.0 # Apache 2
-- 
GitLab