We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15458d1 + c127eb9 commit 8a6d70dCopy full SHA for 8a6d70d
pyproject.toml
@@ -28,7 +28,9 @@ classifiers = [
28
]
29
dynamic = ["version"]
30
dependencies = [
31
- "bioio-base>=1.0.6",
+ # We always pin a specific version of bioio-base with
32
+ # each release so that we avoid bioio + bioio-base misalignment.
33
+ "bioio-base==1.0.6",
34
"dask[array]>=2021.4.1",
35
"fsspec>=2022.8.0",
36
"imageio[ffmpeg]>=2.11.0,<2.28.0",
0 commit comments