From 2f15d6965ca7bbac6d341ce4f6710b63d5a45259 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 22 Sep 2023 17:08:49 +0200
Subject: [PATCH] Install astropy by default in the Jupyter notebooks

---
 docker-compose/jupyter-lab/requirements.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker-compose/jupyter-lab/requirements.txt b/docker-compose/jupyter-lab/requirements.txt
index eba971cf6..0b2211471 100644
--- a/docker-compose/jupyter-lab/requirements.txt
+++ b/docker-compose/jupyter-lab/requirements.txt
@@ -24,6 +24,8 @@ asyncua >= 0.9.90 # LGPLv3
 numpy
 scipy
 
+astropy
+
 pabeam@git+https://git.astron.nl/mevius/grate # Apache2
 lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client # Apache2
 attributewrapper@git+https://git.astron.nl/lofar2.0/attributewrapper # Apache2
-- 
GitLab