From c690e4c9ecd23fc2bb7c023269833e88766b093b Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Tue, 6 May 2025 16:24:12 +0200
Subject: [PATCH] removed pip pybind11 depenency

---
 docker/pipeline/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docker/pipeline/Dockerfile b/docker/pipeline/Dockerfile
index 75f983b..827655e 100644
--- a/docker/pipeline/Dockerfile
+++ b/docker/pipeline/Dockerfile
@@ -52,8 +52,7 @@ RUN wget -q https://bootstrap.pypa.io/get-pip.py && \
 
 # Install required python packages
 RUN python3 -m pip install \
-    'numpy<2' \
-    pybind11
+    'numpy<2'
 
 # Install the casacore measures data. We purposely do not install these from
 # the Ubuntu repository, but download the latest version directly from the
-- 
GitLab