Skip to content

Commit 80b6318

Browse files
Merge pull request #351 from scverse/fix-xenium-tests-pyarrow
Use pyarrow 21 in tests to fix xenium bug
2 parents fb57846 + 2621d4b commit 80b6318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)