From 8ee5e14245ada2db8ea48b2f231db3d4674f5ffa Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Wed, 23 Apr 2025 14:07:29 +0200 Subject: [PATCH] added pybind11 depenency, as aoflagger seems to require it --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ad89d2f..de6af90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ toil[cwl] lsmtool pandas python-casacore +pybind11 \ No newline at end of file -- GitLab