Skip to content

Commit 4a89e1b

Browse files
committed
Bump spatialdata version; Add openslide-bin for easier installation.
1 parent cb92bcb commit 4a89e1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ readme = "README.md"
99
classifiers = [
1010
"License :: OSI Approved :: MIT License",
1111
]
12-
requires-python = ">=3.7"
12+
requires-python = ">=3.10"
1313
dynamic = ["version", "description"]
1414

1515
dependencies = [
16-
"spatialdata>=0.2.6",
16+
"spatialdata>=0.2.7rc0",
1717
"opencv-python",
1818
"openslide-python",
19+
"openslide-bin",
1920
"tiffslide",
2021
"rich",
2122
]

0 commit comments

Comments
 (0)