From 2621d4b920eff84e3baade0b18884125cde316a3 Mon Sep 17 00:00:00 2001 From: Luca Marconato Date: Wed, 17 Dec 2025 17:37:08 +0100 Subject: [PATCH] use pyarrow 21 in tests to fix xenium bug --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f93e46b1..1ab82a31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,8 @@ doc = [ test = [ "pytest", "pytest-cov", + # https://github.com/scverse/spatialdata-io/issues/334 + "pyarrow!=22" ] # this will be used by readthedocs and will make pip also look for pre-releases, generally installing the latest available version # update: readthedocs doens't seem to try to install pre-releases even if when trying to install the pre optional-dependency. For