We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eef60 commit d3fcd8eCopy full SHA for d3fcd8e
pyproject.toml
@@ -61,8 +61,10 @@ test = [
61
"pytest-cov",
62
]
63
# this will be used by readthedocs and will make pip also look for pre-releases, generally installing the latest available version
64
+# update: readthedocs doens't seem to try to install pre-releases even if when trying to install the pre optional-dependency. For
65
+# the moment, if needed, let's add the latest pre-release explicitly here.
66
pre = [
- "spatialdata>=0.1.0-pre0"
67
+ "spatialdata>=0.4.0rc0"
68
69
70
[tool.coverage.run]
0 commit comments