Skip to content

Commit 8a6d70d

Browse files
Merge pull request #111 from bioio-devs/admin/pin-bioio-base
admin/pin-bioio-base
2 parents 15458d1 + c127eb9 commit 8a6d70d

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
@@ -28,7 +28,9 @@ classifiers = [
2828
]
2929
dynamic = ["version"]
3030
dependencies = [
31-
"bioio-base>=1.0.6",
31+
# 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",
3234
"dask[array]>=2021.4.1",
3335
"fsspec>=2022.8.0",
3436
"imageio[ffmpeg]>=2.11.0,<2.28.0",

0 commit comments

Comments
 (0)