We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb57846 + 2621d4b commit 80b6318Copy full SHA for 80b6318
pyproject.toml
@@ -59,6 +59,8 @@ doc = [
59
test = [
60
"pytest",
61
"pytest-cov",
62
+ # https://github.com/scverse/spatialdata-io/issues/334
63
+ "pyarrow!=22"
64
]
65
# this will be used by readthedocs and will make pip also look for pre-releases, generally installing the latest available version
66
# 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