Skip to content

Commit 2621d4b

Browse files
committed
use pyarrow 21 in tests to fix xenium bug
1 parent fb57846 commit 2621d4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ doc = [
5959
test = [
6060
"pytest",
6161
"pytest-cov",
62+
# https://github.com/scverse/spatialdata-io/issues/334
63+
"pyarrow!=22"
6264
]
6365
# this will be used by readthedocs and will make pip also look for pre-releases, generally installing the latest available version
6466
# update: readthedocs doens't seem to try to install pre-releases even if when trying to install the pre optional-dependency. For

0 commit comments

Comments
 (0)