From 6179a436008aecc8d9a7f68bda02a50510194047 Mon Sep 17 00:00:00 2001 From: Joshua Charkow Date: Fri, 19 Dec 2025 13:44:22 -0500 Subject: [PATCH] make pyarrow a mandatory installment prevents errors when trying to process .oswpq from the docker (singularity) container --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79e3816..a6208a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,8 @@ dependencies = [ "psutil", "pyopenms", "lxml", - "packaging" + "packaging", + "pyarrow" ] # Optional dependencies