Skip to content

Commit 28e4975

Browse files
authored
pin pyarrow to <22.0.0 (#1002)
pin pyarrow Signed-off-by: Lukas Heumos <[email protected]>
1 parent 8c3e518 commit 28e4975

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ _version.py
4848
# other
4949
node_modules/
5050

51-
.asv/
51+
.asv/
52+
53+
.mypy_cache
54+
.ruff_cache

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"ome_zarr>=0.12.2",
3737
"pandas",
3838
"pooch",
39-
"pyarrow",
39+
"pyarrow<22.0.0", # https://github.com/scverse/spatialdata/issues/1000
4040
"rich",
4141
"setuptools",
4242
"shapely>=2.0.1",

0 commit comments

Comments
 (0)