Skip to content

Commit c3fc686

Browse files
remove pyarrow upper bound
1 parent 55efc2c commit c3fc686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"joblib",
3333
"imagecodecs",
3434
"dask-image",
35-
"pyarrow<22.0.0", # https://github.com/scverse/spatialdata-io/issues/334
35+
"pyarrow",
3636
"readfcs",
3737
"tifffile>=2023.8.12",
3838
"ome-types",

0 commit comments

Comments
 (0)