Skip to content

Commit d3fcd8e

Browse files
bumped pre requirement in pyproject.toml
1 parent 29eef60 commit d3fcd8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ test = [
6161
"pytest-cov",
6262
]
6363
# 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.
6466
pre = [
65-
"spatialdata>=0.1.0-pre0"
67+
"spatialdata>=0.4.0rc0"
6668
]
6769

6870
[tool.coverage.run]

0 commit comments

Comments
 (0)